Shareable/pre-built Datadog dashboards/template dashboards for Mendix Cloud.
Would anybody have any experience is sharing best practices or even better shareable template dashboards for Mendix Cloud? that could kind of jump start building your Datadog dashboards for Mendix Apps...
View Article404 - file not found for file: favicon.ico
I keep seeing the error in my application log at about every 5 seconds. Would anyone know how to get rid of this error?
View ArticlePopulate a Listview with Microflow
Hello, im trying to populate a listview with a microflow, but this appears: This is my microflow retrieve properties: and this is my listview properties Thanks by answering!
View ArticleCreate a registration page for new users
Hi, i dont get how to create a page where new users with the anonymous role can register themselves. I created a registration page which can be accessed by anonymous users. But how do i create a...
View ArticleCustom Widget - Factory threw error
Hi, i am working on customized widget React big calendar and when i run as separate app then it works fine. When i use this React library to create as pluggable widget in Mendix i get Factory Error....
View ArticleMarket Place Error
Trying to download app service component from market place but every time it gives this message ,Please let me know about which rule it is talking about.
View Articlehow to delete all data in entity in microflow
hi i have a microflow where i am using 3 loops to calculate data, each loop will use the same entity, i like to clear the data in the entity before starting a new loop. tried delete object and recreate...
View ArticleHow should I approach creating a reusable style module?
Hello, I am trying to create a reusable core module for custom styling purposes. I was thinking to model (copy) the atlas module structure. And by this I mean two modules with another name instead of...
View ArticleKeeping interger values in an array.
In a microflow I want keep integer values in a temprory list, but I don’t to create a new persistent or non persistent entity. Lists are working with an entity and variable can keep only one value. I...
View ArticleGet empty association.
I want to retrieve a list that does not yet have a association. I normally use [not(example.example2_test)] But somehow Mendix doesn't accept it now… If I just remove that single line the XPath works.
View ArticleMx upgrade java compiling errors
Trying to upgrade from Mx8 to 9.6.11. Fixed everything, now stuck at compiling errors. The error message: Buildfile: **********\deployment\build_core.xml compile: [javac] Compiling 454 source files to...
View ArticleFind the item from list view using mobile native page.
i want to do native screen where i have an input text ,a button to search. After entering text and hitting on search. i want to see the highlights those item as result on the same screen as a list with...
View Articlemendixplatformsdk - how to Batch updating page elements/widgets for my mendix...
we have 2 project as below: -project1: pluggable widgets -project2: mendix sample app the requirement is: whenever pluggable widgets changes , we want to use mendixplatformsdk to 1- retrieve mendix...
View ArticleHow to make a time slot
Hello, for my booking app I want to make 1 hour time slots which are connected to the availability of a doctor. Right now a doctor can fill in his availability with start and end time for every day,...
View ArticleGet Application url (Runtime URL) in mendix native
I want to check to which enviornment my application is connected with so that i can modify my customized sharing url in Mendix native app. How i can access my current application url / runtime url from...
View ArticleList-view pagination using Nanoflow As data source
I want to set up pagination on Nanoflow and retrieve the list by Association , i need to determine the offset for list. we should be able to increase or decrease the offset when navigating through...
View Articleorg.eclipse.jetty.io.EofException
Hi Forum, In an Mendix App these two keep appearing and I was wondering why these errors occur? I would like they may cause additional problems to the application in its life cycle as currently it is...
View ArticleCan the current Mendix application call the REST service inside the current...
Dear All, My question is 'Can the current Mendix application call the REST service inside the current Mendix application with the current session without additional authentication?' So far as I know,...
View ArticleHow to minimize a mobile native app programmatically?
Hello experts I have an offline-first native mobile app that uses a lot of data (the client is a company in which the uses must use the app on the countryside with no or poor internet connection). In...
View ArticleRESTFUL API issue in Acceptance Environment
Hi Team, The Call REST Activity is working fine as expected in my local server and also in the POSTMAN. After the code getting deployed to acceptance server I am getting “Connection refused” request....
View Article