Mendix 7 upgrade all java actions error
Hi. After upgrading from 6 to 7 all my java Actions have the following errors. is this change correct? 1. getContext(), must be changed to context() ??? 2. @Override in my toString which all my...
View Articlehow to get guids from your data view?
Hi, I have a htmlsnippet in a data view, the entity loaded in the data view is non-persistable I can easily start a microflow that does not have any input parameter by using the first mx.data.action...
View ArticleDisplay All child entity associated to parent entity
I'm creating a job portal. Below is the entity relation of Job and Application I track jobs posted by an individual from the "Store 'owner'" attribute of the entity, using "[System.owner =...
View ArticleAcord schema
Mendix is not supporting Acord schema. I am trying to generate mapping from acord schema but it leads to lots of errors. Could you please help me. Type 'InsuredOrPrincipalInfo_Type': This 'Choice'...
View ArticleJunit Testing
Hi all, I need to test my screen level functionalities. For example, I have an input field that accepts only integers. Is there a way to test this functionality using Junit? Thanks.
View ArticleMendix Modeler keeps crashing
Hi I am fairly new to Mendix. I am using Modeler 7.8.0 on a project. IT happens to me a lot today, when I tried to open the project, it shows the following error, If I keep opening it, whenever I tried...
View ArticleHow do I configure the Drag and Drop Support widget?
I'm trying to use the Drag and drop support widget off the app store. I've set up certain things to be draggable and drop targets, but while i can drag around the screen, i can't drop them in target...
View ArticleCheck if attribute value exist in before inserting
In my application, I there's an entity which I need to populate. Preference is an Enum with value (one, two, three). While inserting a new object, I need to check, if the same preference has been...
View ArticleHow to Import and Export large flat file
I want to import and export about 70,000 lines of data to the application. However, the following error occurs in processing I created. - Import I import csv File to the application using Flat &...
View ArticleCloud Foundry Deployment - Database already exists error
Am trying to deploy my app in cloud foundry and bind mysql service to that. But when I try to start / run my app in cloud foundry, it throws the below error. Am I missing out something ? [ERR] ERROR:...
View ArticleEmail maximum attachment size configuration
Hi, how's it going? I'm interested in how we can determine and/or limit the maximum size of the attachments sent from our localhost if, per se, our app is hosted in the cloud v3?
View ArticleSimple interface question: Input Celsius show Fahrenheit.
I want a screen showing an input textbox and the values of another non-persistent object. On valuechange of the inputtextbox a microflow triggers which changes the values of the other object. Got the...
View ArticleGet Language retrieving Null for anonymous users
I'm currently having some errors in my log with anonymous users accessing my application. When these errors occur the anonymous users receive a login page. However this error doesn't seem to be...
View ArticleMassive load of deeplink (PendingLink) calls when payment has status 'Open'
Hi All, We have implemented the iDEAL module in our site on Mendix version 5.21.1. With a few tweaks the module is working. We do see a system crash very now and then when a payment has an open status...
View ArticleHow to abort Scheduled Events that are running indefinitly according to the...
Some of our scheduled events microflows failed (error status according to the scheduledeventinformation) and some of them are running continuosly (running status according to the...
View ArticleDeep link module configuration in a sandbox environment
Hello, I'm trying to configure deep link module https://appstore.home.mendix.com/link/app/43/ in the local or sandbox environment. However with no success. The /link/ path needs to be added as a...
View Articleoff-line databases
Hi all, First time post. I just heard about Mendix this morning and i'm trying to get a picture of what it has to offer. What I need (and have in my 'old' platform (filemaker)) is a offline copy of my...
View ArticleSAML20 module: how to set the sign out button behavior?
We are using the SAML20 module and our application has a default sign out button. Clicking the button leads to https://mourikapp-accp.mendixcloud.com/login.html. Furthermore, after signing off in this...
View ArticleQuery Generation from Domain Model
Is there a way to generate a Query from the domain model association?
View ArticleURLRedirector keeps triggering
I have a URLRedirector in a data view. The data view listens to a data grid above. The data grid contains a column with the url link. I believe this was working fine before but recently when clicking...
View Article