best way to replace legacy layout
I have warning in an App that I use navigation legacy layout. What would be best way to fix this. Just changing into reponsive or should I go other way?
View ArticleFront end failed to display validations
I have a persistable/non-persistable entity that gets passed into a microflow that validates the fields. The fields are validated in the backend and validation error messages are produced. Not all of...
View ArticleCannot delete association
I have a domain model with two entities: 'Husband' and 'Wife'. Between them there is an association called 'Marriage'. I cannot seem to delete that association because of an obscure error message. How...
View ArticleValidation of new record
Hi all,I have a product entity with about 50 fields. When the user adds a new product record, I would like to check, if the product record already exists. To that end, I need to compare the fields of...
View ArticleError in after startup
After opening a branch and starting it I suddenly get the error below in the afterstartup action. Anybody a guess what could be the cause of this? Regards,Ronald[EDIT]To clarify, the breakpoint on the...
View ArticleCannot start environment, but no errors
We are not able to start the Test environment of a new application, even with the initial revision. In the log, we don't get any error. The only log messages are:Dec 19 10:06:40.807 127.0.0.1 tr10000:...
View ArticleCalling REST service from a proxy server
I am calling a REST service (Rijksmuseum API) from a Mx 6.10.1 project, running locally op a windows 7 (!) based citrix vdi on a proxy server. The system is giving me a connection-timed-out error with...
View Articlecombine attributes in document template
Hi,I'm creating a pdf with document template and want to show Street and number , these are 2 seperate attributes (cause we are using a automatic postcode fill in app)Because street length is not...
View ArticleImport a non Mendix SQL database backup-dump file into the Mendix cloud app.
At a client we need a quick solution to get data into the Mendix environment without having to build webservices or make network changes in the clients current infrastructure. I am able to get a SQL...
View ArticleHow do I import multiple css files for a Mendix widget?
It's the same question as belowhttps://forum.mendixcloud.com/link/questions/85496 However, I get a 404 error " file not found for file: mxclientsystem/xstyle.js'' when I try to use xstyle as the...
View ArticleHow to solve 'SAVEPOINT unnamed86 does not exist'
SAVEPOINT unnamed86 does not exist;\ncom.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.connectionbus.ConnectionBusRuntimeException:...
View ArticleError while serving deeplink
I've disabled "allow guest" on a deeplink. This takes me to the login.html page where I enter my username and password. After clicking submit I get a 500 error, and the console in the Modeller says:...
View ArticleApproval time App Store content
I created my first widget and submitted it to the App Store, I can see it in the Submitted part as "Draft (Waiting for Approval)".The guidelines mention that content will be reviewed withing 5 working...
View ArticleLimits on Expression size?
I have a Microflow return expression which is very large (parsing a long enumeration list for data import). When I get a certain way through inputting (typing) the expession the Modeller (6.9.1)...
View ArticleExcel Exporter Template Manager now available - testing appreciated
The Excel Exporter Template Manager is now available. This module will enable you to smiply export your Excel Export Templates to XML and afterwards import them. This way you only have to do the...
View ArticleHttpException: Unsupported Content-Coding: none when receiving error from...
Currently consuming a REST service on which I post/put/get some items. The service and connection work fine, I can update, retrieve and post items without trouble. However whenever the REST service...
View ArticleManipulate currentDateTime
For testing purposes, we are exploring the possibility of time-travel by manipulating the [%CurrentDateTime%] reference. Does anyone have any experience with this, can I manipulate a certain java...
View ArticleHow to debug a restricted cloud app
We have restricted the A/P-environment of a cloud based application for incoming requests, demanding that IP or certificate should match.Trying to connect the debugger results in the error message "An...
View ArticleHow to draw an association to an object in another module
In the Metamodel I can draw associations between objects by drawing an association line between two of them. But how can I create an association to an object in another module in my project? It seems I...
View ArticleMulti tennant
I'm building a multi tenant system with a logo of each tennant. Is it possible to put the logo of the tenant in a layout so that it changes when someone from another tenant is using the system?
View Article