IMAP 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 ArticleAvoid async retrieves
Is it possible to avoid the asynchronous retrieval in mendix client api at all? This will avoid thousands of headaches... For example it is possible in jquery (the main thing is the async:false)...
View ArticleGetting Error during Commit code
Hi, i created one project in mendix Modler_6.10.2 and my team mate made changes using 6.10.3 and commited the code. if i am commiting my code in 6.10.2 it is showing error message that is shown...
View ArticleHow to access the certificates stored in the Modeler or in the Mendix Cloud...
I have to implement a call to a service that is protected with a client certificate. I'm able to upload the certificate in the Modeler under Project > Settings > Certificates and in the Mendix...
View ArticleMendix log through API
HiIs it possible to download the current log through an API request?ThanksKavitha.
View ArticleError with Odata
When I access an ODATA feed in the sandbox it crashes. In the logfiles I find the info. The calculation is very straight forward so whats the issue? Is it an mendix/scala run-time bug or? O...
View ArticleIMAP-POP3-email-JVM Out of Memory error detected
Our App uses the IMAP-POP3-email module to replicate emails from an external server. It was working fine in Production for several days and then crashed when the email replication was run (as a...
View ArticleReset Input Field Data based on an enumeration
Hi..I have a an input form that saves some data to an entity. It has a Radio button selection for an enumeration "Tool Expenses" and "Other Item Expenses". I have managed to set the visibility of the...
View ArticleDesigning for Avery label templates?
Has anyone built an app that needed to adhere to a certain Avery label document type? I don't think I can generate a document template to adhere to the specific formats, and was thinking I might have...
View ArticleAction activity that has a side effect ...
I have a dozen or so warnings in a large model that display the message:"Action activity that has a side effect on the client is not recommended here because the microflow is used as a data source for...
View ArticleParent/Child Folder Entity (self loop) - how to list root folders (with no...
Hi all, I have a Folder entity that has an association to itself (in a database table, I would have a ParentFolderId property pointing to the FolderId property in the table). I want to list all the...
View ArticleSet Content-Type of MTOM Attachment
I am trying to send some files over a web service. I'm consuming this external web service from my Mendix application. The external web service expects the files to be send as an MTOM attachment which...
View ArticleFile upload security - Virus / Filetype - Mimetype check
Hi,We have a requirement to look at a secure upload function for files on mendix. This would require files to be virus checked, checked for mimetype / filetypes (i.e. avoid exe files been renamed to...
View ArticleCan I use OQL in any place other than with the reporting widget in the modeler?
I am trying to see if I can use OQL in any place other than with the reporting widget in the modeler, for example is it possible to use it in an activity in a microflow? I would like to query a...
View ArticleSubtracting two dates
I'd like to know the difference of days between two dates but maintain whether the result is positive or negative. As I understand it, the dayBetween function will only give me absolute values correct?...
View ArticlePhonegap config.xml from mendix
<gap:plugin name="com.darktalker.cordova.screenshot" source="npm" version="0.1.5" /><gap:plugin name="cordova-plugin-app-version" source="npm" version="0.1.8" /><gap:plugin...
View ArticleUnable to configure SQL Server 2012 database in Database Replication
Hi ,I'm trying to import my existing database kept in sql server 2012 using Database Replication in mendix modeler version 6.10.3 . I have downloaded the Database Replication and Mx Model Reflection...
View ArticleiTunes connect error missing NSPhotoLibraryUsageDescription key
Hi, today I learned that the camera widget for phonegap does not work in it's current configuration. If you create a mobile package from Sprintr, build it in phonegap and upload it using iTunes...
View ArticleUsing the StyleSheet switcher Widget
Hi,I am currently developing in 6.10.3, and struggling to get this StyleSheet switcher widget to work. The idea is to have two different stylesheets live in the application as we slowly remodel...
View ArticleMax Concurrent Users
Hi,The max no of concurrent users as per our current mendix applictaion licence is 50. Frequently we are getting issues when users try to login to the mendix applictaion.This is what the error log...
View Article