Compilation of Java Actions Failed
**GreetingsI have been running my project locally but today when I tried to run it again, it gave me a Java Compilation Error. I have cleaned my Deployment Directory but and downloaded the Community...
View ArticleComponent bundles not loaded
Hi all,Often I have a problem with running one of my projects. My fellow team member does not have the same issue (the difference between our local projects is that I use gulp and he does not). When...
View ArticleCan I assign same user role for two different users?
In my application, I have a user role InsideSalesmanager. I assign it for two different users. Now, I want to retrieve the login user name. I am using the below condition. But, I am getting the first...
View ArticleCall Microflow from JavaScript and show Progressbar
I have a microflow call in javascript using mx.data. The mx.ui provides a progress bar. How can I rewrite my code for mx.ui, or provide a progressbar using mx.data?...
View ArticleRuntime API with S3 configured as storage service
To expose images over a public url we have created a JA with a custom request handler. In this request handler we an entity based on the path in the URL. Once the entity is retreived we use the Core...
View ArticleRetrieve FileDocument __uuid__
How may I retrieve the FileDocument __uuid__ (in a Java action), as in the __uuid__ from this picture taken from the database viewer:
View ArticleImage file doesn't show on iPhone hybrid app
In a custom widget, we build this HTML element:<img src="https://example.com/file?guid=21955048183431274" class="customImage" alt="">On a webbrowser and the Android hybrid app, the correct image...
View ArticleBusiness Modeler
I have downloadet and installed the business modeller several times. When creating new app I click 'Edit in Modeler' but the modeler is not loadet. Instead I get the same pop up with download link:You...
View ArticleLDAP Module - after sync, users not being recognized as existing in db...
Hi all, I have 2 different behaviours for the same configuration between running locally on a "laptop" and on an on-prem installation. I have the LDAP module working perfectly when running on my laptop...
View ArticleClose Page not working when page accessed through deeplink
I have several buttons on an editable in-content form which call Close Page at the end.Through deeplink .. if I have the link open the form, the Close Page does not work. If I open the form directly...
View Articletrigger automated test based on latest deployment on environment
We are using a jenkins server running an automated selenium test. Ideally we want to run a regression test everytime a new build is uploaded to our acceptance environment. It would be nice if we coud...
View ArticleDisable Client Caching
This caching thing is messing up everthing (even with {{cachebust}} removed). Web clients think widgets are supposed to be there that your not even using anymore and fail to load, I cant edit/prototype...
View ArticleHow to POST a file with attributes as form-data to a REST service?
Hi all, I am trying to POST a doc file to a REST service. I make use of the JAVA action of the RestServices with useformdata:true.As result I receive an error 500; internal server error/unknown...
View ArticlePhone gap security weakness you need to fix yourself for MITM
For those making a phonegap application, this may be an interesting articlehttp://www.neglectedpotential.com/2013/01/sslol/Short summary is that by default your mendix app trusts all certificates on...
View ArticleAutomatically execute a workflow on home page load
I want to display the number of requests that a user has pending on the homepage.The "microflowlabel" doesn't work anymore in Mendix 6 and the alternative "use an action trigger" requires a user to...
View ArticleDownload FileDocument in mobile hybrid app not working
I am working on a functionality via microflow in my app where the user can download a populated PDF file. I created a FileDocument object, used a template, set the document type as PDF, populated it...
View Article'GC overhead limit exceeded', always 5 minutes after 'Core: Removing session...
One of our appilcations throws the 'java.lang.OutOfMemoryError: GC overhead limit exceeded', always about 5 minutes after removing a session.This can happen any time (for example in the middle of the...
View ArticleSHOWPAGE bugs in Modeller 6.10.3
Yesterday I downloaded the latest version of the modeller.A new project started with modeller 6.10.2 starts to behave differently with this new Modeller.First, running locally, it works as it...
View ArticleExcel Importer Module Bug in 5.9.1 - Upgrading Mendix app from 4.8.10 - 5.21.5
Hi All,I am upgrading some apps from Mendix 4 - Mendix 5. These will then be upgraded to Mendix 6.I have gone through the conversion process and one of the modules to be converted is the Excel...
View ArticleCopy to clipboard
Hello,I would like to copy, within a microflow, the value of a field or variable to the clipboard. Can this be done and how can this be done?Regards,Peter
View Article