How to create an entity using javascript
I want to create a simple entity using javascript. The entity must have a name and a single string attribute. Please suggest the easiest way to do it. I have no prior experience in Mendix.
View ArticleHow to export html content (like html text, Tables and Images) to a excel file
How to export html content (like html text, Tables and Images) to a excel file: Please find below attached text , we should display as actual content in excel file. it contain plain text and Image....
View ArticleHow to enable Instrumentation for mobile application through Mendix?
Hi,I have received an android mobile application through my development team developed in mendix. As i am looking forward for mobile application automation, it is important for me to identify unique...
View ArticleMerging two word Documents into one Word Document
HiI have to generate a word document in mendix in which the whole first page has a static image where as from second page onwards there is text.Requirement: First page - image with no margins....
View ArticleAfter Create microflow is triggered BEFORE the Create Object action is...
From my observations it appears that an 'After Create' event microflow is actually performed before the Create Object action is carried out.I have a microflow set as an After Commit event on an entity....
View ArticleWARNING - Connector: Caught IOException while trying to write data to a...
Hi,Question has been asked several times, but no answer was provided. We still get these warnings in our logs on a daily (hourly) basis though and are really interested in finding out why. Does this...
View ArticleComparing two objects and showing the changed attributes
I will try to explain my use case through an example:Lets assume a Person object which is changed by mutations I receive. The mutation contains two Person objects, the old and the new one. The new one...
View ArticleLarge datasize / change com.mendix.webui.StateSizeWarningThreshold
How can I change the com.mendix.webui.StateSizeWarningThreshold as is suggested in https://docs.mendix.com/refguide7/transient-objects-garbage-collecting ?We have a large dataset (approximatly 10.000...
View ArticleD3 gauge widget showing error.
Hi, I implemented the D3 gauge chart in my project. I have created the GaugeWrapper non-persistent entity as mentioned in the doc and mapped the values to the chart. When I run the application I am...
View ArticleWhen File Document is removed it's folder still lefts at file system
When I delete File entity, inherited from system.FileDocument file placed by default at deployment\data\files\..\.. is deleted, but folders where it was are still there (1b\a1 for example) . It's...
View ArticleCustom widget sends me back to index.html on completion
HiI've created a custom widget but have an issue where once it's finished either by being successful and running a microflow or if there's an error and an error message is displayed, once the widget...
View ArticleLog history Mendix 7, cloud v4
I have an application (Mx 7.1.1) which is deployed in the Mendix cloud v4.When I look at the cloud environment and want to look at the current log, it only shows a very small number of lines (not...
View Articleformat widget - leading zero padding
Hello,I'm trying to format the output of an integer with leading zeros but I'm not sure how to do this.Could you tell me the best way to do this please? ThanksAdrian
View ArticleCustom caption for enum
Hi,Suppose I have a multi-tenant application where I have an enum field somewhere.What I would like to happen is that for different tenants, a different caption is displayed to the user for the...
View ArticleCustom Microflow Activities.
Hi, Is it possible to add custom Microflow activities to the modeler and make them available to Microflow developers?
View ArticleChanging an object without updating ChangedDate
Hi everyone,Is it possible to change and commit an object without updating its changedDate?For example; the object Order has a boolean attribute hasOrderLines (false) and the system attribute...
View ArticleAfter Login: Unable to run a hybrid app on a desktop
Hey everyone, I am currently trying to deploy a 7.3.0 app. It's on a Linux platform ( on premise). If i run my app localy from my modeler it works fine without any problems. I unpacked the deployment...
View ArticleRestore backup to other environment cloud v4
Is there another way to restore a backup from Production to Test in the new cloud v4 than to download a fullbackup and then upload it again?
View ArticleEntity Access in Security is not complete even all Entities has Read and...
Hello All,I gave All access to all Entities in my Domain Model and All Roles has Administrator Roles to all Modules. Still in Entity Access Tab of Security, shows Incomeplete. What can be the problem...
View ArticleHow to get usernames based on a particular role and save that in the entity?
Hi Team,I am struck at a particular point in my project. In my project I have to display the usernames based on role in a dropdown, when a person log in with different user role. After selecting a user...
View Article