JSON Export mapping missing few attributes while calling REST service
I have 4 attributes in the JSON structure and out of them any one is mandatory but for REST service all 4 attributes should be send. But in my case only specified attributes are part of request message...
View ArticleHow to (nicely) add images to an entity
I'm looking for a way to nicely add images to an entity.Currently I have an entity with a 1-n to an image object, I show the images over the association in a list view and have a "create image" button...
View Articleshow labels and prompts horizontal on phone
Hi, I'm making an app in Phone layout.i'm trying to show in a dataview a single (master)record with its details. I want the upper part (the master) to be shown in a horizontal layout with labels before...
View ArticleFeedback Button layout
Hey Everyone! Maybe it's abit unorthodoxto ask but is it possible to move the standard Feedback Button position to the left side of the screen or more to the bottom right? I can Edit the widget but i...
View ArticleHow to compare the length (or is empty) a retrieved list in a microflow
I have an action that retrieves a list of objects based on the XPath. Then I need to say "If the list is empty, ie has 0 items..THEN). But I cannot figure what is the right expression to use in the split.
View ArticleHow to upgrade model sdk
In order to have support for Mendix 7.x I'd like to upgade my ts/node-scripts to use mendix modelsdk 4.x, which implies also upgrading platformsdk to 4.0.0 Does anyone have a readme on how to do it? I...
View ArticleReact widget in cloud/production
We created a widget that runs on React within the Dojo framework in Mendix, it is based on the blogpost written in January: https://www.mendix.com/blog/using-react-mendix-widgets/All went well with...
View ArticleNginx errors when testing REST api - Mendixcloud
Hi there,I am currently testing REST endpoints for a project. I've tested it locally and all REST service exceptions work as expected: When I test the same enpoint in my acceptance environment...
View ArticleConvert Word Document to PDF
Hi All,Is anyone aware of a java module I could implement to allow me to convert a document from word to PDF? The generate PDF action does not apply the styling to my document correctly so I am...
View ArticleField tabbing is not working as expected in Mendix 7.4.
After upgrading Mendix version from 6.9 to latest version 7.4, we observed that "Tab" key on keyboard is not taking user to next field. Our analysis - Assume that we have a Dataview (DW1), ListView...
View ArticleGoogle Authenticator - Mendix 7.x
Trying to setup an account to use google Authenticator so the person can perform work in prod.Is there a location in Mendix where you go to create the scan code?FYI: We use our work email and not a...
View Articlesql integrity constraint violation
I am getting the following error when I try to start my app in the Modeler. It had been running fine so must be something I changed but I can't figure out what. Can anyone help me locate where/what...
View ArticleCritical error on production node related to document / image uploading
We've started to get some intermittent critical errors on our production node that's forcing us to restart the node.I believe that the errors are related to adding images to memory before they are...
View ArticleIs there an unique cell value needed for the module flat file import?
hi guys I see that some records in csv file are not raw imported when importing with flat file import moduleI see that there is not an unique cell value in the record, is this required? or what else...
View ArticleEnum handling at runtime
Actually, I have 3(A,B,C) values in my Enum and I am going to use this Enum in search bar. In that search bar Drop down, I only want to show 2(A,B) values of enum to some particular User group and all...
View ArticleTrying to call mx.data.get from log in page
Hi All,I am trying call a microflow from login.html page (custom) using mx.data before sign in the application. function do_something() { var myinput =...
View ArticlePush Notifications Question - Clearing Badge
Hi,When using the push notifications module, how do you clear the badge number when someone goes to the app? We are using the push notifications to alert accounts that there are pending "messages" in...
View ArticleAdding Attribute-Based Titles to a Page
I have a page that takes an entity Company. I want to display the Name attribute as the page title. Is there a way to do this? I tried using the label widget but I couldn't find a place to add...
View ArticleDisplay Delete button in a column of a datagrid
Hi ,My requirement is to place delete button in all the rows. so I used template grid and achieved it. But i'm getting the headers also repeatedly as many no of rows created. Can I prevent the header...
View ArticleExport Excel, column names dissapeared
When I make an export to Excel there are no column names filled in the export file. Somebody knows what i have done wrong?
View Article