Adding local exceptions on Cloud Security Emulation
Hi, is there a way to set security permission specifically for a single Mendix project? So that I can develop and test locally with cloud security emulation and extra permissions. Situation is that...
View ArticleHow to change a row color in a table.
I have a table having multiple rows. In some rows lets say "status are completed and not completed". I want to change the row color of completed row.
View ArticleMendix Rapid Developer certification
Hi,I am going to appear in Mendix Rapid Developer certification exam in next few days. Can anyone please tell me about question type, and how much grade i need to be Mendix Rapid certified...
View Articlerestoring postgres DB from cloud locally - error
Hi guys,I keep getting this error when restoring cloud backup DB locally, no matter what application is from.I realised some references/license detail could create an issue, but this restore used to be...
View ArticleHow to remerge a merged branche to main line
Hi guys, i made a branch, i changed some stuff in this branche and after a while I did a merge to main line.Then I worked further in the branche and tried to update the main line but unfortunately this...
View ArticleGulp partly working.
I've probably used gulp in 6 other projects and the install and use of it never was a problem.I'm running Mendix 7.02. As you can see in the pictures, the installation was a few warning, gulp...
View ArticleCKEditor on Mendix Cloud not allowing uploads
HiWhen I run locally, all is fine, I can use CKEditor to add media content (links to videos!)However, when I deploy to a licenced node, I'm getting JavaScript errors and the OK button just throws an...
View ArticleHow to hide/show some text field onchange of a drop down.
I have a drop down having different options. Now based on option selection I want to hide or show bellow text fields. How it could be possible in mendix???If I have to call a microflow onchange of...
View ArticleHow to recognize the OS of a mobile device?
Hi guys, We have a mobile application running on Mx.I want to trigger OS specific functions, and therefore I need to know whether an user is iOS user or an Android user.How could I determine in Mx...
View ArticleIgnoring character in search
I have an application that I'm building that has fields stored with "wild card" characters in them. These wild cards are "&". i'm trying to figure out if the search on a gridview can accommodate...
View ArticleWhy is it that when I populate a webService with certain fields that are...
I am working with a WSDL and schema that was provided to me and some of the fields are "nilllable" so I don't populate them. When I capture the output from the execution of the WebService (SOAP) it...
View ArticlegetMetaPrimitive() deprecated in Mendix 7, is there a replacement for this?
https://apidocs.mendix.com/5/runtime/com/mendix/systemwideinterfaces/core/meta/IMetaObject.html#getMetaPrimitive-java.lang.String-getMetaPrimitive(), already was marked deprecated in Mendix 6 but...
View ArticleSAML Module with Mx 7.1
Has anyone been able to run the SAML module with 7.1? I've downloaded the lastest version of the module (1.9) and I'm able to complete the configuration, but when trying to start the application, I...
View ArticleDebug while playing test case?
Hello, we have built several large test cases and it fails every time at the last few steps. To find out if our fix works, we have to play the entire test case again. We use Browserstack as our...
View ArticleIs it possible to retrieve the parameters from a URL?
Is it possible to access a microflow using a URL and add parameters to this URL? I want this to send out a url of a survey to a specific person and link this person to the answers.
View ArticleThe server failed to start. Error : Could not find or load main class...
Hi all, We are having trouble starting up our app running on an on premise server. We took the site down to deploy a new package and ever since when we try to start the app we get the following error...
View ArticleModule in project security settings
HiI have two modules in my project, but i can see only one module in project security settings. Any idea why? or how to bring other module also show up in security so that i can edit module security.
View ArticleDynamically show page based on action
Background: I'm currently trying to build a multivariate testing module that shows users a landing page based on certain conditions. Problem: is it possible to dynamically "show a page" using Mendix?...
View ArticleHow to Merge different type of files into a single pdf?
Hi, In my application I am uploading different type of files. For e.g., Word, Text, Excel, Image and pdf. Now I want to merge all files into a single pdf. How can I approch this? Is it possible? If not...
View ArticleHow to get data in same page with out refreshing the page?
I am using a container which is divided into 2 parts, In one part I am showing the overview(list of data) having a view details button. I want to show details in 2nd part on click of button
View Article