Microflow to load load an image
Hi. We have an import to Mendix to load products from an excel file. Works fine, in no-time a few thousand products are loaded. Great! The next step is to add images of the product. On the regular...
View ArticleCould not build your widgets. This may be due to outdated widgets in your...
Hi there, I did what the error message suggested but straight after that I get an 'Oops' error and an option to send feedback (which I did) Weird thing is, I tried removing all widgets and I get the...
View ArticleGet association multiplicity at runtime in Java
Hi All, Is there any way to determine the multiplicity of entity associations at runtime from within Java code? E.g., for the domain model below, the code should be able to determine that there are 4...
View ArticleError installing Desktop Modeler
I've been working my way through the tutorial on the Mendix site and I'm about halfway through Stage 5. I'm at the part where it wants me to install the Desktop Modeler. But I can't. I download it and...
View ArticleCustom Login
I was working on a Custom Login Process, and I want make the Login from the bottom, I use this simple Java Action, I only know how to correct login using JavaAction : And this microflow: So...
View ArticleHow to add sequence numbers in a data grid?
Hello, this is my first question here. I am editing a data_grid page now, the columns of a table can only selected from a entity,how can i add a column for auto increased sequence number? please...
View ArticleTools for making a membership site
I'm looking to make a subscription membership site, integrating paypal or another processor for the payment processing. I have a WP site, and looking to use my mendix app as the paid content. Is there...
View ArticleCan we import json file from disk to create the import mapping
Hi, Can we import json file from the system and create import mapping ? For xml we can import it's schema (xsd) from the local disk, is there something similar for json available in Medix modeller?...
View ArticleHow to create dynamic widget on page
Hi, We have a requirement where we want to display multiple tree structures on the page. The number of trees depend on some result of say rest call. How do we dynamically place the widgets on the page?...
View ArticleData Driven Notifications (MQTT)
I am creating an application that need to show a sensor data in the list view and in chart. At present I am able to receive the sensor data using MQTT connector and log it on console and save it in...
View ArticleUsing constant value in another constant
How can I use the value of a constant in another constant. For example: let's say I have a constant called country with the value India, and another constant called city. I want to declare the value of...
View ArticleNew known issue for Mendix 7.20
In case you missed it a new issue has been reported for Mendix 7.20. Startup is significantly slower than usual due to a password strength check that checks user accounts too aggressively. Apps with...
View ArticleIntegrate Telium data analytics tool to Mendix
Hi, I'm trying to integrate the data analytics tool Telium to Mendix/Phonegap app. I'm trying tealium-cordova-plugin. I would appreciate if somebody could share a documentation or steps for this...
View ArticleError - INFO Evictions for component 'project-userlib'
After making minor microflow changes, I'm getting a weird (blocking) error when running locally: [rtlauncher:container$] INFO Evictions for component 'project-userlib': Evicted...
View ArticleLdap test connection error
When configuring ldap in one of my apps I'm getting the following error when I click "Test Connection": Cannot decrypt the text because it was either NOT encrypted with a key of length 16 or they key...
View ArticleAutonumber in published webservice
Hi, Is it not possible to expose an autonumber is a web service? The attribute doesn't show in the 'select exposed attributes and associations' . It shows all the other attributes i have in the entity...
View ArticleError importing wsdl wizard
Hi, Im trying to import a WSDL in the import webservice wizard, but i get an error. 'MIOS_SubmitNotifications is an operation with a primitive return type' Its about the following operation: <?xml...
View ArticleValidate QR Code
Hi All, I have used the Barcode scanner widget in my app. However, the barcode scanner simply scans any QR/Barcode without any validation. I would like to build in the validation, where the user can...
View ArticlePossible to alter Odata attribute sequence?
Hi there, Is there any way to alter the sequence of Odata attributes by using a query option? I have tried using the "?$select" query option, but this still seems to return the data in the same...
View ArticleScroll view not scrolling back down when keyboard closes
Hello guys, I've experienced another issue with Hybrid mobile apps. The application I'm working on needs a hidden status bar, that is resolved. The problem is with a keyboard. It works very well...
View Article