Using mendix form wizards
Anybody to help me with creating wizard forms in mendix, I have seen wizards but dont no how to carry on kiyingidenispaul@gmail.com
View ArticleCreating groups, departments.
Hi friends,Other than using User roles, can we create a set of users as a group and how to call this groups in a data grid drop down.
View ArticleDoes a while loop exist in Mendix?
I need to repeatedly call a REST API until a remote task has been processed. Is there a way to create a while loop inside a microflow? I would trigger a break event in the loop once the response to the...
View ArticleHow do you pass in a context object to a microflow in javascript?
How do you pass in a context object to a microflow in javascript (i have to port the microflowlabel widget to mx6)?Thankyou
View ArticleListview load data on scroll
Does anyone have tried to add some javascript to load more data when the user scrolls down (like twitter) instead of clicking Load more..
View ArticleBad gateway 502 when opening deeplink (log: No session found for deeplink)
Our deeplink functionality is not working: We get a Bad gateway 502 error when opening the deeplink url.On my local environment everything working fine.Does somebody know what's going on?Thanks.
View ArticleCustomwidget form validation
I'm trying to use Mendix's built-in validation as efficiently as possible for a custom widget, however, even though I subscribed to the context objects validation update I still get an error popup also...
View ArticleHow to make listview search like datagrid search (with button to open/close)?
Hi guys,I am wondering whether you have advice to hide the search field of a listview standard and enable only with pressing to search. Like the datagrid search I want that the users should self enably...
View ArticlePass complex parameters to a Mendix REST service
Hi all,I've configured a published REST service in my project that accepts data from the consumer using POST and writes to the database. So, far I am able to accept primitive parameters by means of a...
View ArticleAnyone have a module for Quickbooks Online integration?
Looking for a module for Quickbooks Online integration. I see I can probably use some combination of OAuth module, Deep Link module and/or REST module, but wanted to check first if someone had a...
View ArticleImport data from another database
Is their a chance to retrieve/import data from another database with different columns in table when compare to columns of our table. what we need is to do fill data what exactly the columns represent,...
View ArticleMeet the Mendix R&D Devs + Q&A
Ever wondered how a certain feature in Mendix works? Or why it was developed that way? Or maybe you're wondering what next best thing they're working on at the moment.Join this 'Meet the Mendix R&D...
View ArticleChanging the association of an object not recognised by Search
I needed to change the association of an object. I can change this in a MF easily enough. But a Search in a data grid containing the object leaves it appearing in its original place, as if the...
View ArticleHow strong is the demand for Mendix developers
We are currently thinking to setup a course for 45+ aged developers to convert to the Mendix platform However, we are not sure if this is a good concept. I find it very hard to figure out what the...
View ArticleWidget development - Passing Objects to a microflow.
Hello Forum, I've created a widget which passed objects to a microflow. however its very inconsistent. some objects can be passed successfully to the microflow, others are not passed at all hence the...
View Articlecustom maximum length of an integer attribute
I need quick help. I have one integer attribute and set the custom maximum length to 8. but it is still accepting 10 digits.
View ArticleObject cannot be updated (Ratings widget, very strange)
Hi guys,I got stuck with the ratings widget: each time when I try to rate a review by selecting a star I got this error most of the time (very few time it does not give the error, not reproduced yet):...
View ArticleHow to use the Role of the (session) user to filter a list of items in a data...
Hi,I want to create the following: a have a list of items in a data grid. In the entity I have added an attribute 'Role' which is now a string. I only want the items to be shown, if this Role is the...
View ArticleHow to bring these CSS changes into my theme?
Hi guys,After several questions and a lot of readings I still can not reach a simple CSS change in my Mx theme, could someone give very concretely the places where to change to achieve the next: .btn,...
View ArticleListview load data on scroll [solved!!]
Does anyone have tried to add some javascript to load more data when the user scrolls down (like twitter) instead of clicking Load more..
View Article