Setting Up Your First Mendix Project [Community Webinar]
New to Mendix and want to know how to set up your first project and project team? Daniela Field has you covered in our upcoming community webinar on August 17th. During this webinar you will learn...
View ArticleFileDocument files not removed properly
I build microflow which removes all FileDocuments assigned to user when user is logged out, it runs by scheduler. Microflow successfully removes all database records about file documents, but some...
View ArticleCustom Java policies
I need ability to read files from java action in my deployment/data/files folder. For now it's restricted with java policies. I get AccessControlException: access denied...
View ArticleCloud vs local app not in sync
All the data I've been adding via the modeler appears partially or as blank through the cloud version. When I login through mendix.com and navigate to View App, other than the layout, everything is...
View ArticleHow are IDs handled when converting an existing entity into a specialization...
Currently, we have existing table A with data that we want to convert into a specialized entity. Here is what we are currently seeing:table A has IDs 1,2,3,4 and these get converted to a generalized...
View ArticleLogin Widget Issues
So here are my issues:- The login widget from the app store: Doesn't parse spaces out of the front or the back of the login name (and i'm having a TON of people with android having an issue where they...
View ArticleMendix model api error in modeler when using microflowCallParameterMapping
I used the model api to generate code for creating a microflow. The code included: var microflowCallParameterMapping1 = microflows.MicroflowCallParameterMapping.create(model);...
View Articlenode graph to visualize organisation hierarchies
We are looking for a way to graphically display organization hierarchies (where parents can have multiple children and children can have multiple parents). Does anyone have any recommendations?...
View ArticleHow to get entity data in html snippet?
I am trying to generate a D3 Chart which one I am doing manually because there is no pluggin avilable for this. For this I am using 'HTML SNIPPET' and this is working properly but problem is "static...
View ArticleProject won't start in m2ee tools after migration to Mx7.3
After updating our project to Mx 7.3.0 we get the following exception during startup.Exception in thread "main" java.lang.UnsupportedClassVersionError: com/mendix/http/HttpConfiguration : Unsupported...
View ArticleNaming microflow call as "CurrentUser" causes bug/error
Not really a question I'm just posting here for posterity. I'm also not really sure where you go to report bugs. In my microflow I called microflow which I called "CurrentUser". This call returns a...
View ArticleFailed to remove session '1e13f3d6-f4d1-4d23-94cb-9f85ca6a7fdd' for user...
Hi,Currently we are testing a new import procedure with a large amount of data (200.000 rows) and a couple of webservices calls per row.We use the Java action executeMicroflowAsUser_2 from the...
View ArticleHow to do SHA-512 hashing
to call a rest service from a third party, I have to process some SHA-512 hashing. In Community Commons, there's a hashing generation called generateHMAC_SHA256_hash. SHA-512 seems not be available in...
View ArticleREST service (GET) Connection Refused
Hey, For an App i've integrated a Postcode (zip-code) Api. It used to work, now suddenly it does not work anymore. Yet when I use postman, and use the exact same GET function it works perfectly. Is the...
View ArticleLDAP User sync isse
Hi, It seems that I can't synchronize users from groups when the the group is a CN versus an OU. ( CN=mendix-appname-admins vs OU=mendix-appname-admins ) Most of the groups in the domain are configured...
View ArticleList operation 'substract'
It is friday!!!So maybe I am already on my weekend break...I thought I had a very simple issue, but it turned into a headache today.I want to use a 'list operation'in a Microflow to determine the...
View ArticleREST response for long datatype converting from String
I am getting a response from REST service which contains long datatype but Mendix is treating that at string and converting it to Long then which is throwing NumberFormatException error . Rest Service...
View ArticlePush Notifications Question - Clearing Badge
Hi,When using the push notifications module, how do you clear the badge number when someone goes to the app? We are using the push notifications to alert accounts that there are pending "messages" in...
View ArticleCannot build a system due to Errors
I'm trying to build a system for the first time (by first time, I mean that this is the first time I have developed on it - it has ran for a colleague), however I get 'Compilation of Java actions...
View ArticleHow to use Image Uploader
Hi,I am new to mendix and I am trying to figure out how to use the image uploader. From what I have read, it seems like I have to place the image uploader inside a nested data view that is connected to...
View Article