The Number of Anonymous users in the sandbox??
Hi.I guess this might have been answered before, but I still could not find a real answer to my question.I know the sand box has a limit of TEN named users. But what about the anonymous users? I am...
View ArticleLatest features of Mendix...
Hi,I want to know the latest features of Mendix. i.e., latest technologies which are useful to create new applications in a better way. I saw that Mendix came up with IoT. I really didn't understand...
View ArticleDeploy API Environment Stop gives Error 500 : Server Error
We are using REST calls from Deploy API. The Environment Stop API is giving the following error. Any clue why this happens. com.mendix.modules.microflowengine.MicroflowException: Error calling REST...
View ArticleInstalling SSL Certificate for On-Premise Mx App
Hi Guys,I have an issue installing an SSL certificate on-premise (Windows Server IIS7),I have followed the instructions belowhttps://docs.mendix.com/howto/on-premises-deployment/and the app is fully...
View ArticleDifference Between Database as a Data Source and XPath as a Data Source for a...
Hi All,I am trying to understand if there is any difference between choosing an entity from the DataBase as a source vs choosing an entity using the XPath option when selecting a data source for a Data...
View ArticleFile uploader shows C:/fakepath/
Hey,I keep noticing that whenever I use the standard Mendix File uploader widget and I add a file, the filename bar shows the text C:/fakepath/ etc instead of the actual filepath. Is there a way to...
View ArticleLogin problem with hybrid app on iOS
Hello,We're making a Hybrid app with mendix but we've got some problems with login handling. We use the Pin Login widget from the appstore and authenticate with Active Directory over LDAP. When we...
View ArticleHow to put a dropdown in a NewEdit page
Hi,I was wondering how I could put a dropdown widget into a NewEdit page. The goal is for 'Productcode' and 'Categorie' to have a dropdown widget (with certain options) while entering data. I've tried...
View ArticleSending data IE 11 vs Chrome
We are experiencing a delay in one of our forms which is a quite a simple form. When loading the in chrome the load times look like this: However loading the same page in IE shows this time after...
View ArticleClearing data in acceptance
Hi, We have an app in 'acceptance' in the mendix cloud. It has a variety of test data in it thats built up over a couple of weeks and id really like to wipe the app. Is there a simple way to do this?...
View Articleenumeration in if statement
Hi,entity with attribute enumeration agerange : with values young and old.and age (decimal)what is the if statement in create object to change age to 10 if agerange is young and age is 60 when agerange...
View ArticleHow are hybrid phone/tablet profiles different from phone/tablet profiles?
Hello, I am looking for some clarification on how the hybrid phone and hybrid tablet profiles work and how they are different from the phone and tablet profiles. We are currently using 6.10.5 and in...
View ArticleProcessing over 1100 rows (excel) fails
This is a fairly complex scenario but I will try to lay out the important aspects as far as I have been able to determine.I have an ETL system that loads excel files into a simple staging entity via a...
View ArticlePopup detection blocker
Hi,When downloading a document in a microflow and 'Show file in browser instead of downloading, if possible' is checked, browsers with popup blocking enabled (specifically chrome) will block the...
View Articleimap pop3 retrieve emails java.net.SocketException:Connection reset
I implemented the imap pop3 module awhile ago and it was working successfully at that time.Now, when I try to retreive emails manually using the "Replicate Emails" button I receive the...
View ArticleOData support fails when referenced data is deleted
Hi, I found out that the OData services fail when you delete referenced data. In my example I have the Car entity exposed, and the system members like Store 'owner' enabled in the domain model. In this...
View ArticleDisplay fields in the form, which are choosen by Administrator user.
Hi, Can I display only the fields in the form which are selected by the administrator in another form.. Let say, I have an entity with 20 attributes(attributes of all types). When admin user logs in,...
View ArticleBootstrap style sheet and on premis installation
For the first time we have an on premis installation but run into the problem that the system is trying to retireve the bootstrap style sheet over an http connection instead of https and thus generates...
View ArticleCan I export all the data from domain model (objects, fields and relations...
Hi,I want to expport my domain model objects, fields and relationship between two objects to an excel sheet. Is there any tool to approch this? Please let me know as early as possible. If there is no...
View ArticleRefreshing data of a object in a MF and loop
We are importing data in csv format using the Flat File Integrator. Some rows in that file are incomplete. So we have defined a Queue and 2 Interface Defnitions.As the user can select the file for...
View Article