Ldap configuration page not showing Administration.Account in Map users to...
When I go to add a new server configuration, after selecting Import the users from the Active Directory, the Map users to drop down is not populated, so I cannot select the recommended...
View ArticleExcel Importer - Import User tables
Hi, I'm using Excel Importer version 5.7.1 and Modeler version 7.5.0. I'm trying to use Excel importer to migrate user tables to the new Mendix system. So I have set up the model reflection and set the...
View ArticleStatic Analysis
Has anyone tried doing static analysis on the code generated by Mendix using something like CheckStyle or PMD? Is it reasonable to try this?
View ArticleWhat options are there since the After Sign-In functionality has been removed...
At the moment I am developing a webshop using Mendix 7.4. As in most webshops, an anonymous user is able to select several items. When (s)he is ready to check them out, (s)he is forced to login with...
View ArticleHow bad are calculated values really?
I've always been taught, as I guess most of you are, that calculated attributes should not be used in Mendix. There is supposed to be a performance hit for a couple of reasons:- it will be calculated...
View ArticleNavigating to External Link Through Microflow
I want to redirect to external link through the Microflow?
View ArticleGetting an error on compile after deleting entity
Mendix.Modeler.M2EEConnector.M2EEException: The server encountered an error. at Mendix.Modeler.M2EEConnector.M2EEResponse.CheckSuccess() in...
View ArticleSFTP Connection App Store Session Is Down
Hi, I'm using the CapGemini SFTP Connection module. I've set it up and can access the remote SFTP server, retrieve a list of files and then import them into my menix app.This works great the first time...
View ArticleTest Environment returning a 404 on an image
An image in my Navigation layout heading is working fine when running locally; however, it's missing when running in Test. The server is returning a 404 on the image...
View ArticleOffline Type/Subtype selection (Datasource:Database)
Hi all,I started to play around with the Mendix offline capabilities, stumbling over a problem that I would have thought is easy:The user should be able to create a new Thing. This Thing has a...
View ArticleForgot password on telephone
Hi guys,I picked up user story about 'Forgot password' functionality.Product owner specified that this functionality should work via SMS (Not via email). For example, If I forgot password, I click on...
View ArticleConfig entity for widget in offline profile.
Hi everyone,In Mx7.6, there is a new api for retrieve mxobject in local database (https://apidocs.mendix.com/7/client/mx.data.html#.getOffline).We are trying to use this feature in our widget. But...
View ArticlePrep data for reporting
We have been building customer account review reports using Microsoft Excel pivot tables for quite some time. I would like to transition the reporting to Mendix. Ideally, I would take our customer data...
View Articleopenid.mode:error openid.error:0x301: Realm verification failed
Hi guysWhen I am trying to login into our app with my Mx account I get this error in Production and local environment but not in Acceptance (I get logged in there with same Mx account): Error...
View ArticleIbm watson and mendix Iot logistics
Hi, i wanted to know if there are any resources to view the IBM watson and mendix IoT logistics app that was created? I want to view the microflow that mendix and watson have used to view the sensor...
View ArticleDrop Zone Widget Error
Hi all,I am trying to use drop zone widget in my mendix application,facing the following issue:Could not create widget DropZone.widget.DropZone
View ArticleHow to show/hide content in the page on click of button?
Hi, I want to show(make visible) one layoutGrid below my button1 - on click on this button1.Also if it layoutGrid is visible again on click of same button1 I want to hide it. On visible button color...
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 ArticleHow can I use a variable of type "Binary" in a microflow?
I have a web service call which results in a "Binary" variable (I can't change the type). I would like to feed it into a custom Java action but the type is not listed.How can I use or convert this type?
View ArticleDelete object in offline mode
Hi everyone,we are trying to delete an object in offline mode by using mx.data.remove but got the following error: Error: Not implemented yet at Object.<anonymous>...
View Article