What's the output when you create a new object if it's failed
Hi,Question is in the title.Let's elaborate a bit.I have a microflow. In this microflow, I got a Loop. In this loop a create object base on data from an other object. What happen if this object...
View ArticleAny way to edit time in date picker?
Is there a way to have the time portion of DatePicker to autofill when the user picks a date. For example, if they select 9/29/2016 at 11:30 local time, can I have 11:30 auto fill?Thanks!
View Articlesign-in failed
i'm trying to launch an app on premise using IIS. and i get the error: sign-in failed on the mendix local account log in screen, when trying to acces trough local ip (192.168.2.20). i think i have...
View ArticlePhonegap camera widget only saves image when using auto save
Using the Phonegap camera widget, I used to be able to capture my photo and use a custom save button to commit my image. When I upgraded my project to the 6.8.1 version and updated the Phonegap camera...
View ArticleDeeplink module: java.lang.IllegalArgumentException: Super class should not...
I am using Deeplink in several applications successfully, but getting this error in one and not sure what the issue is? One user reported they get the error even when not trying to use a link, but I...
View ArticleOnly Blue Screen visible after logging in to the application
Hi Team, We have created a new project and deployed it on a cloud node.However, some of the users of the application are not able to view anything except a blue screen (of the Blue Wave theme that we...
View Articleerror(311) Missing dependency jQuery (3.1.0)
Hi,I'm in the process of creating a new Mendix widget based on the jQuery plugin 'Fancytree'. According to the post below it should not be a problem using jQuery...
View ArticleWant to participate in a startup?
We are a team of two persons who in our own time enthusiastically started to work out a business idea of a digital healthcare platform for homecare. We obviously cannot realize this without a software...
View ArticleColorPicker widget broke in 6.9 - TypeError: $ is not a function
After converting my project from 6.8.1 to 6.9 the color picker widget broke giving the following error in the browser console:mendix.sys.Data.get: error in handler for 8725724278032039:...
View ArticleRetrieving only records created by user
In an application an entity has the attribute CREATOR. Now we want to only display the records created by the logged in user (= CREATOR)The XPath constraint would be : [CREATOR = $currentUser/Name]...
View ArticleTika library for file type detection - cloud security
Im using the tika library for file type detection and get the following error only with cloud securety enabled:java.security.AccessControlException: access denied ("java.util.PropertyPermission"...
View ArticleRESTServices - How to get entire BODY from POST action?
I'm trying to extract the full body content sent in a POST action to a service that i've published. For verification purposes i require to encrypt the entire body with SHA1 and compare it to a header...
View ArticleIMAP POP3 module encryption key
I was able to retrieve mail in my local environment, but when deploying to on-premise server I'm getting errors. This is what I added to my yaml file.Encryption.EncryptionPrefix: "{AES}"...
View ArticleMendixObject getMembers
Hi,When you call getMembers e. g.Map<string, ?="" extends="" imendixobjectmember<?="">> map = this.tempData.getMembers(getContext());In wich order the members will be retrieved? By the...
View ArticleCreate objects offline from javascript
Normally you are able to use the mx.data.create function in javascript. How will this perform when you are using your app in offline mode? Will it still require you to be online or are you able to...
View ArticleBootstrap RTE error with "E-mail module with templates"
Since a few days I receive the following error "Could not create widget BootstrapRTE.widget.BootstrapRTE: Error: Invalid template:" when I try to edit an email template in the module "E-mail module...
View ArticleTo make string values as a list and show in a drop down.
Hi Friends,I am having a string type attribute in a entity, I want to make this strings as a unique list. Then I want to show this list in a drop down for selection. Is this possible?Thanks in advance.
View ArticleWhat is the URL path of an image uploaded in Mendix?
Hi guys,We are developing a wordpress widget to make automatically a wordpress page. Herefore we use the data of the users and the images we get in our Mendix app. Then we want to pass these data as a...
View ArticleHow to connect Mendix to SQL Server using DB-connector execute command
Hi all,I did: I set up a SQL Server 2014 DB and created a table and user. I tested logging into the SQL Server DB using the user credentials and it workedUnder project -> settings I created a new...
View ArticleGoogle Maps show location from selected item in datagrid
Hi,I have a datagrid with latitude en logitude (from entity / non persistent as I call the data from a webservice. I have a dataview set, listens to widget (datagrid). When I click a line in the...
View Article