mx-progress not getting dismissed from page
Hello All, We are running into an issue where mx-progress is not getting removed from page when user switches page before previous page load complete. In our application we have multiple cards on...
View ArticleChanging values of Object's attributes using Java Action
Hello, I want to loop through the attributes of an Object and set all empty Strings ( “ “ ) to null. The Code works perfectely as long as I create the Set of keys manually (picture1). When I use the...
View ArticleExpose customize JSON strucure
Hi All, Currently what i noticed is we only able to expose the mendix json structure format, is there anyway that we can expose the entity value with customize json structure format instead?
View ArticleEvent Subscription in Mendix
Hi, I want to implement a subscription event listener and was wondering, if Mendix offers any feature to do so. Concretely, I want to have different Users logged in and want one to click a button to...
View ArticleData grid extension alternative
Hi, Any alternative for Data Grid Extension to be useful in Mendix modeler version 7 and above. Thanks in advance.
View ArticleTrying to test a native mobile app on phone
Hello, I’m trying to test a native mobile app (studio version 8.18.1) on my phone with Mendix Make It Native but although the app is running I keep getting an error saying: Mendix Studio Pro not...
View ArticlePop-up widget in mendix native
Pop-up in mendix native mobile development. There is no layout type to define in mendix native layout.
View Articlereference selector widget
Hi, I am a starter of Mendix. I want an easy solution to avoid duplicate entries of a assocation with these input widget. Such as a reference is list of Strings in database. Based on what already has...
View ArticleScheduled Event error after upgrading to Mendix 8.17.0
Recently I’ve upgraded my project in two steps: From Mendix 7.5.1. to Mendix 7.23.19 From Mendix 7.23.19 to Mendix 8.17.0 After each upgrade, I’ve also updated the app store modules. After the last...
View ArticleAdding User credentials (Username/Password) in a customized cloud URL
Hi, Our team has created a customized cloud URL, and we are unable to find where we can assign the user credentials to the application on the cloud. In our local, we've created demo users, but, from...
View ArticleExternal Database Connection with ORACLE 11g.
Opening JDBC connection to Some(WORKGROUP\LAPTO:1521) failed with SQL-State: 08006 Error code: 17002 Message: IO Error: The Network Adapter could not establish the connection Retrying...(1/4) URL:...
View ArticleHow to Convert Oracle CLOB datatype to Mendix String Datatype While using...
Hi Everyone I am using Database Replication to load data from Oracle to Mendix data We are having one of the column has datatype Clob with String data in Oracle table --- How to convert clob...
View ArticleModal pop-up: content doesn't shift after expanding
Hi all! We use a modal pup-up in which we have a few fields with conditional visibility on them, so they only become visible after for example selecting a value with a radio button. However, after...
View ArticleHow to have swagger response model documentation and a json-format response
In trying to have a well documented api with swagger the only way (that I see) to have the response-object documented is to use: a Message Definition (with example values and documentation) based on...
View ArticleHow to view Missing Constants when deploying with OpenShift/Kubernetes
I am familiar with Mendix VM deployment through m2ee app in a regular VM setup. Right after unpacking the application, m2ee will throw a warning related to missing constants or constants declared but...
View ArticleProgress bar causing reload of List View when refresh in client is triggered
I have a list view where each list view item contains a progress bar enclosed in a data view. The data view is placed inside list view item and it is used to fetch the entity from which the progress...
View ArticleOQL Dataset Query in Microflow
I’ve created an OQL Query that returns the expected data in a report grid (so I know it works). However I wasn’t able to pass a parameter to the OQL query – it passes the $parameterObject but I cannot...
View ArticleMX9.0.4: Cannot upgrade Atlas UI
I created a new blank application in MX 9.0.4. I immediately try to upgrade Atlas UI to Atlas UI 3 (Mx9 Beta). I receive the below errors. I did notice that version of Atlas UI changed from 2.7.0 to...
View ArticleHow can I get the REST User in the Authentication microflow?
Hi everyone, is there a way to get the current user in the Published REST service authentication custom microflow? In the Authentication microflow $currenUser is shown to be empty. Thanks you in...
View Article