Mendix Licensing: Not Renewing Subscription
What would happen to the application that's been using the license if we decided to not renew the subscription? Will it be totally unusable and will the data be lost? And if the app is deployed...
View ArticleCheck VPN connected?
Hi All, I am looking for a check that I can add to a microflow or nanoflow, to determine if I have my company VPN connection running. When my VPN is running, I can call our document generator that is...
View ArticlePersonal profile / Company connection
My question is simple, what happens to my personal profile and it’s progress after I would leave the company I work for?
View ArticleSplit String function
Is it possible to split a (pipe) delimited string from an attribute in pieces in order to fill other attributes of the same entity? Or can this only be done by Java?
View Articlejavascript update textbox - error
Hi, I have a javascript that runs and in the end I would like to update a textbox that I have with the javascript result. But when I run the following javascript:...
View ArticleMissing Feature RichText widget
The appstore indicates that the RichText widget is the supported platform option for Rich Text editors. See screenshot below: However, I want to be able to past in images, like the one above, and Rich...
View ArticleError in execution of monitored action...
After having not used the excel importer for some time, it now stops with fatal error… I reinstalled modules,, removed double lib modules but it keeps reporting java.lang.NoSuchMethodError:...
View ArticleInherit from system.language or extend system.language?
Hi, I need some extra attribute in the system.language entity (e.g. order). I am not able to edit the system.language entity, therefore I would like to extend the entity with my own language entity and...
View ArticleNative APP: WARNING - Connector: Downloading file without known filename,...
Hi, We use Mendix 8.15.2 in combination with a Native app. In the server logging we see al lot of warnings : WARNING - Connector: Downloading file without known filename, presenting ObjectStoreId Can...
View ArticleNeed guidance for getting calculated value for Attribute in Entity while...
Hello All, I am trying to develop SAP Application which displays Purchase Order – Header and Item details using call REST service. And I need to display one Attribute (say Total Value) which is not...
View ArticleZero downtime deployment // cicd
Dear all, For our current project at a credit card company, we are looking to prevent down time when pushing updates to the node. We are currently using a CICD pipeline working with github. We were...
View ArticleDesign on Cloud vs. Local
Can I design my entire app on the cloud vs. the local Mendix Studio Pro? I prefer that UI to the local as it is easier for me to understand.
View ArticleChanging the value of a textbox using JavaScript snippet
Hi All, I tried to change the value of a textbox on a button click using javascript snippet, I’m able to place the string in the text box, but not as a value. It is populating like a place holder, when...
View ArticleWhere does the bundle go in the GUI native app builder?
Hi all, This is the first time I'm trying to use the MxBuild GUI. I want to build a devDebug build using Android studio. I selected “Build app for local development”. The tool automatically created...
View ArticleCreating graphical modeling functionality in a mendix application
Is it possible to create a mendix application in which you visually create a process flow (with different shapes and arrows) using drag and drop functionality. Just like you do when making a MicroFlow...
View ArticleNative Mobile ListView OnClick Nanoflow Not Working
I have a ListView on Home page with database source. Inside it, each item is a “{Name}” placed in a container. I have tried OnClick action for this ListView in two ways: Set a nanoflow in On Click of...
View ArticleMicroflow Settings - the Progress Bar
Hello everyone, I’ve been working on an app and using the Atlas_UI and on Atlas_UI_Resources I’m using the HybridPhone_Sidebar that has a navigationList. Here I’m trying to add a widget within one of...
View ArticleXPath Filter Constraint is not working over association
Team, We have a requirement, to implement the user delegate functionality(Where one user can setup other user as backup, to work on his cases within specific start date & end date). So we did this...
View ArticleReference Selector with input autocomplete
I need a widget similar to the Reference Selector (page selection), but that allows the user to type and search for autocomplete. That is, the user could start filling in the field and the system...
View ArticlePopulate Radio Button List
Hi – I’m a noob here and I’m trying to figure out how to populate a radio button list. I think I need an enumeration, which I’ve created, but I don’t see how to connect it to my radio button list. Can...
View Article