Quantcast
Channel: Mendix Forum Questions
Viewing all 83469 articles
Browse latest View live

How can I create a list view that can group my data by enumeration values? (Really simple answers)

$
0
0
On AirTable I can easily create a list which includes a column of single select values (in Mendix this would be an enumeration). I can then have those single select values show up in the list and have my data be grouped by those single select values. Each row of my data can only have one unique value of the single select value. I added a picture of my domain model just for reference. I want the data that will be created using the attributes of the "Kopfkasten" entity to be sorted by the enumeration status (Pending Approval, Approved, Denied). I need this so I can decide if a form created by someone can be accepted and be shown in the app or be denied and deleted. I also added a picture with a good example of what I want to achieve in Mendix from AirTable. As you can see I can even minimize the data of a specific single select value which I also think is a good function. I am rather new and need a very simple explanation of what I need to do. Maybe even a recommendation for a learning path in the academy that could help me out.

Multiselect filter

$
0
0
Hello All, I need a multi select filter inside a column of datagrid 2, How to achieve the same?

customizing the modal pop up layout

$
0
0
The current way model popups work, feels a bit awkward. (not being able to click the background to close, and the way the header looks) when i view the model popup in the modeler it is empty and just has the "main" in it. What am i doing wrong?

JWT - Generating Token

$
0
0
Using the JWT marketplace model, I'm trying to generate the JWT auth bearer token for a REST Service (Target API Authentication - CData Connect Cloud), however an unauthorized error is returned. I updated the JWT object to hold the tokenType payload but was still getting an unauthorized error. I tried updating the iat / exp data type to long and manually setting the values and this resulted in a Java Action datatype error. When hitting the API through postman, I can successfully authenticate since the JWT is handled by postman. I can then grab that token and hardcode it into the Mendix REST Services activity and successfully able to make the call.

Embeding PowerBI reports in mendix

$
0
0
I am looking for ways to embed powerBI reports in mendix. I had a look at some marketplace modules like https://marketplace.mendix.com/link/component/116747 but it is a paid module. Is there any free marketplace module or any other way to embed powerBI reports in mendix ?

How to fix "relation already exists" M2EE errors on Deployment/Run Locally with existing database?

$
0
0
Good day experts! I have deployed a package to the PROD environment which has existing database tables, some have the same name/attributes and some don't. The deployment won't succeed due to the error below. It seems that Mendix is not able to relate the Domain Model entities/associations to their equivalent existing database tables and instead creates new ones thus results with these errors. When I delete the database table of the entity causing the error, it results in the same error for another entity, "... relation already exists". Why is this happening and how do I avoid this? Thank you very much in advance!

Native app - SSO returning user

$
0
0
Hello, I've implemented SSO in a Native mobile App with explanation from Edwin Huitinga (https://medium.com/mendix/mendix-native-mobile-with-sso-3b86b962a899). First I build a new app and implemented everything. Al works wel. User logs in, app restarts and user gets role based homepage. After cleaning app from mobile memory (not a clean start with make it native app) user logs in automatically. Then I exported the modules from my test app and imported them in my production app. The part until memory clean is working exactly the same. But on my production app I'm getting an error (nothing logged) just the option for app restart or app close. Is their any kind of setting I'm not aware of? It looks like the authentication cookie in native app is not stored correctly or something like that. Thank for any help!

Getting loading circle symbol when I use carouse in the page.

$
0
0
Hi Team, As per my requirement, I want to display images based on the content selection from the "Searchable Selector Widget" (Avaliable in marketplace). However, when I try to place the Selector and Carousel widget next to each other in the two column layout grid. A spinner is showing (Attached screenshot for your reference). Does any one earlier faced this kind of challenge. My Requirement is based upon the Equipment name from the dropdown, I have to display corresponding equipment pictures in the carousel. I am using Mendix 10.6.1 version. Actual Problem: Domain Model:

File Dropper Issue : Multiple file upload fails

$
0
0
Hi Community, I was facing an issue with FileDropper widget. That when multiple files are uploaded to file dropper widget and in widget config you have set to auto associate the uploaded files to a common object via 1-* association, few files fails for upload.

Error Trace Connector Message: text/MCP.txt file not found (Resolved)

$
0
0
Hi Everyone, Anyone knows on how to fix the issue with '404 - file not found for file: test/MCP.txt'. See below screenshots for details. I need advice on how to remove this kind of error. Thank you!

Multiselect checkbox dropdown with tags

$
0
0
I want to implant this kind of dropdown with mendix , which has the checkbox based multiselection and the selection options to be visible in tags , more than 2 tags should be shown in a +N where n is number of remaining selected items , On hover of +N it should show the list of the remaining items in mendix? is there any inbuild component like combo box which can achieve the whole functionality or what else is available how to do this

Linking two or more mendix applications with single login

$
0
0
How can I redirect to another mendix application from one mendix application where the application I am redirecting to, won’t ask for login and directly take me to the homepage using my credentials from the base application?

what's the steps for migrate-to-git

$
0
0
Hi Expert, I’ve read doc https://docs.mendix.com/developerportal/collaborate/migrate-to-git/ but their is no steps on how to do it?!!! i am already SCRUM MASTER, can anyone helps on the steps?

Xpath Module

$
0
0
I'm trying to use the xpath module from metketplace developed by mendix team, how can I create an xpath string containing a date in the xpath that will be extracted from the parameter. Note that the unit does not contain documents about the market

Marketplace content - API

$
0
0
Do we have any API to retrieve marketplace content including private market place content? I found this https://appstore.home.mendix.com/rest/packagesapi/v1/packages in the forum but its not returning private market place content.

Can't connect with mobile

$
0
0
I can't connect my mobile with my mendix native application. it throws error like this

Erorr importing link

$
0
0
Hallo mendix team, I have problem When I trigger the import configuration button, an error occurs. What is the solution to my problem? This is the configuration in sso oidc for entra. When I trigger the import configuration button, an error occurs. What is the solution to my problem? This is the configuration in sso oidc for entra. Thanks

import story error beginners module 2

$
0
0
I am doing to introductory course ' become a rapid developer' . I am currently stuck at 2.10.2 import user story because when I download the resource, and import it in planning, I get an error

Advanced Audit trail Module

$
0
0
Hi All, I am trying to implement Advanced audit trail module POC. Please guide me , if I can test the implementation in my Local, also please suggest me how testing of this module implementation can be done Thanks, Aishwarya Kulkarni

How to open received html in a browser

$
0
0
Hi, I am making an integration with an ERP using Oauth2. In the first request I get a response with HTML code which requires me to login in the ERP. I can open the either an HTMLSnippet or an HTML Element, but when I click Next (Volgende) it is not treated as a browser, but it just closes the page instead of asking the question to provide the password. It there a way to open the received HTML string in a normal browser window from Mendix? So that the user can do the required login?
Viewing all 83469 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>