Need help creating a domain model
I am trying to create my first app and of course I can't even figure out how to structure my domain model properly. The app I am trying to create will show users payout percentages and their paytables...
View ArticleHow to let an object know its 1-n children
So here's what I'm trying to do:I'm building a non-persistent object tree, of which I want to give the main object to a widget. In that widget, I want to get the object children, their children, etc....
View ArticleStyle property does not get set when set from the modeller
Setting the style property in the latest version of the modeler does not seem to do anything. I tried setting margin-left on a button using the Style property, but it does not create the style...
View ArticleCASE statement in Mendix
How do I write the following C# SWITCH / CASE statement in the Mendix Modeler? var variable = "test";var counter = 0;switch (variable){case "test":counter++;break;case...
View ArticleUnsaved changes are shown (caching?)
I have a dataview for an entity, I change a field in it, but do not save it.After this I start a search from the same page which shows the results in a popup. The microflow of the search performs a...
View ArticleREST API and Facebook access tokens
Hello everyone,I am new to using Mendix and trying to use the REST API to get Facebook places data based on certain fields / parameter. My problem is with the access token since it is refreshed every...
View ArticleCalendar Widget Event Display Start and End Time
I am using the calendar widget and would like to display the start and end time of an event like this: 2:00p - 4:30pLooking at the documentation, it seems like I should be able to do this with a custom...
View ArticleUpgrade to mendix 5
Hi All,I just upgraded my project from 4.8.10 to 5.21.5. When I run it first time it gives me following error - com.mendix.m2ee.api.AdminException: Executing DDL commands for component MyFirstComponent...
View ArticleMendix SDK
Hello,At the last step of setting up my own development environment by typing" tsd install when --save" at the command line and hit returnI get a zero result message and no typings directory.I'm doing...
View ArticleHow to allow one user to create another user account
HiCan any one tell me How to allow one user to create another user account. I have this project i am building, that I have a user named "ProjectManager" other than the users "Administrator" and...
View Articlejava.lang.NoClassDefFoundError in JMS WebMethods
Hi All,I upgraded my project from mendix version 4.8.10 to 5.21.5.I used JMS webMethods in my project. After upgrade I am getting the following error while running locally. I am using broker 9.5-...
View ArticleWhy is my webservice user running a process for over 2 days?
I have an application running which has a webservice user to receive orders from an ESB. As you can see in the image, this user has been running a process (no further details) for over 50 hours. Can...
View ArticleGB Group (Address Lookup) Web Service
Hi,I am trying to call a web service to perform an address lookup (UK).I have created a consumed web service in the modeler, I use the wsld...
View ArticleFlat File gives error while importing
Error thrown as below when I try to test the ExecutionGeneral error on reading files
View ArticleFirefox 50.1.0 problems with https://fonts.googleapis.com/css?family=Open+Sans
Some users have problems with firefox because it won't load https://fonts.googleapis.com/css?family=Open+Sans. Other users with the same computer don't have that problem. So I think it is some...
View ArticleExport to Excel Date Issue
We are on version 5.21.5 and use the Excel Exporter application from the app store. All dates are exporting as the value minus 4 or 5 hours. These dates are not set to be localized so they should be...
View ArticleCall microflow when app is resumed from a push notification
Hi all,I want to be able to have some control of what happens when a user resumes the app (from the background) by clicking on a push notification. Preferable I would like to trigger a microflow which...
View ArticleShowing currency data with comma
When a user input currency data like "10000" in the currency field, I would like to show it as e.g. "$10,000" or "10,000" on screens (based on xxxNewEdit form and xxxoverview form). I would appreciate...
View Article[6.10] Conditional visibility causes context object out of sync issue
Just wanted to inform you on an issue we are experiencing in our application so you do not run into this issue as well. On left we have datagrid, on the right a dataview that listens to the datagrid on...
View ArticleHow to change the login screen to remove the "Sign in with mendix account link"
Can any one help me by explaining how to change the login screen that the mendix free sandbox has? So that i can remove the "Sign in with mendix account link"?? I tried replacing the "login.html" in...
View Article