Issue with JavaScript Action 'Sign in' in Make It Native 10 Beta on Android
Hi everyone, I’m using Mendix Studio Pro 10.18.0 and Make It Native 10 Beta (because that's the only one working with 10.18.0) for developing a native app. When I load the app in Make It Native on...
View ArticleLocalized date not properly localized when prior to 1900
Hello, We have a very inconvenient issue with localized dates, when they are prior to 1900. Here is the context : - We get data from an Excel, from which one column is a date - We parse this date...
View Articlewhatsapp and webhook
Hello, I need to create an app that will use the whatsapp API. To do that I need to use a webhook to retrieve messages (according to the whatsapp api documentation), how to do it using mendix? I am...
View ArticleUnable to show a page using published REST Service microflow
Hi everyone, I have implemented a published REST service that handles a callback URL from a third-party application once the payment process is completed. While the callback URL is functioning...
View ArticleDataGrid2 height be half of webpage (Vertical layout grid?)
I have a UI feature I'm trying to setup where 2 datagrids2 are on top of each other (The bottom one listens to the top one) and then within the datagrid2 they are set to virtual scroll. What I am...
View ArticleHow to get text filter case case insensitive?
Hello Community, we use a text filter with Contains in the Data Grid 2. In the local development environment with HSQLDB this filter works case insensitive. On Test and Pro we have a MS SQL Database...
View ArticleIs it possible to read Runtime Mode from Mendix application?
Hi Community, I'd appreciate some guidance on accessing the runtime mode information of a Mendix application. As I've understood it was available through `System.LicenseInformation` entity, but that...
View ArticleMendix Page URL
Hello Team, I have set page URL in page properties as /p/CustomerList, CustomerList is name of page. I am trying to open url https://localhost:8080/p/customerlist. But it give page not found. How to...
View ArticleTree node - arrow bug
In the tree node widget the following bug is happening: When trying to open the parent line and if it has no children, the side arrow of the widget disappears.
View ArticleAttribute values are not translated when changing language
Question: We have a microflow that creates objects for an entity with an attribute '/Name'. In this microflow, we set the value of this attribute directly, without any user input. The '/Name' attribute...
View ArticleHow to Secure REST APIs Between Two Mendix Apps Using Certificates?
We have two Mendix apps where we're trying to secure our REST APIs using certificates. However, we can't find specific documentation on implementing this in the Mendix Docs. Could you provide some...
View ArticleI want Admin to login into the system whereas other user should be blocked...
Hello, I used local login filter module to block the users of application. I called the after startup microflow in my global startup microflow and set the enabled constant for blocking manual user...
View ArticleScroll Container
Could you please assist me in finding a solution to keep the save and cancel buttons visible at all times on the questionnaire page? (see picture below). I've attempted to use the Scroll Container...
View ArticleCreate pull requests
I am wondering if it is possible to create a pull requests or a similiar process within Mendix to have a branch reviewed first before it is merged into the mainline?
View ArticleHow can I allow a user to only edit the fields they have filled in. (...
Hi Yall. I have the following requirements and was curious if anyone has ever done something like this before: A field becomes editable when a user inputs a value for the first time. Fields with...
View ArticleFiltering and Displaying Column Data in Data Grid 2 Using Loops.
In Data Grid 2, is it possible to filter an entire column's data based on its header and use a Loop to display all the filtered column data?
View ArticleHow to Retrieve Only Specific Attribute Values in a Microflow?
There is an entity named Worksheet with three attributes: Name, Age, and Position. In a Microflow, I only want to retrieve all the Age values. How can I achieve this?
View ArticleAny JavaScript is available to detect the device type in nanoflows
Any JavaScript is available to detect the device type in nanoflows? I know in nanoflow activities, Mendix doesn't support $currentDeviceType variable but I believe we can find it using javascript...
View Article