Retrieve values from microflow for pluggable widget
I am developing a pluggable widget that will be getting data from a microflow. My current approach is to use the “useEffect” React function to check on the value of “props.data.status”, if if that is...
View ArticlePolicyServices.Layout_sidenav.scrollContainer1: Error while applying context...
PolicyServices.Layout_sidenav.scrollContainer1: Error while applying context Error: PolicyServices.Layout_sidenav.scrollContainer1$DanielSan: Error while applying context Error:...
View Articleredirect to mendix page with javascript
Hello, Is it possible to redirect a user to a mendix page in javascript? (the equivalent of a show page in a microflow) Thanks
View ArticleA connection error occurred, please try again later.
Hello, In multiple Mendix apps we get a random connection error “A connection error occurred, please try again later.” very frequently, both on localhost and in runtime nodes in the Mendixcloud. When...
View ArticleDatabase Connector Date as Variable
Hi all, I am connecting to a remote database using the database connector. I have connection with this database, the problem is that I want to query on this database. I want to execute a stored...
View ArticleDynamic table viewer
Hi, I am working on a requirement where i have a popup box to select the attributes/column of a entity/table. after selecting some of attributes i will move on to next page and that page should show...
View ArticleCan we save data automatically in datagrid without clicking on save button?...
I am saving this 2 parameters in datagrid but constantly need click and save. Is their any Auto option available?
View ArticleHow to Capture Video from mobile camera?
I want to capture video from mobile using camera or gallery and view in mendix native app Can anyone have some suggestions
View ArticleMendix Text Field - Group Digits for Number
Hi, In Mendix we have group digits for text field in case of number values. Can we group digits based on locale or country? I am not sure if this is possible. ex – current scenario 1234345 gets...
View ArticleIdp Initiated Authentication not working
We are using the latest SAML20 module in our app (in studio pro 8.8.1) for SSO via Okta. The "IdP Initiated Authentication" option is enabled in SSO configuration. When SSO is initiated from the...
View ArticleDisplay Count on page
If I have an Orders table where each order can have a status (enum of open, closed, processing), then I want to have a microflow that queries the orders entity, and passes back a count of open orders....
View ArticleError on sign-out Native app
Lately, this error has been showing up in our logs. It occurs regularly when a user signs out of our Native app. “WARNING - Core: Failed to remove session '8a9dc7a1-1b6b-4024-b5c3-ec13c8396672' for...
View ArticleHow to fix Error CE0148 in mendix?
I have an application which one module . I have another module in the same application. But I am getting below error. Any suggestion how to fix this issue?
View ArticleHow to CAST attribute of String type to Integer in OQL?
Hi all, I want to know how to cast a attribute of String type to Decimal or Integer Type in OQL query. I have written a query as below: SELECT Name FROM ClassificationUser.ClassInstance Where...
View ArticlePass identifier to a microflow or nanoflow
Hello, My question is pretty basic. I have 8 associations to an approver list. each association is filled out with an approver, half the associations are for finance people, the other half are for the...
View Articlethousand separator in number($m,$b) in tooltip
Hello Expert, Mouse-over (tooltip) : I have running application where i plot bar chart (x -string & y -decimal). We would like to add thousand separator Like 6, 234,718 on mouse over . I have...
View ArticleDoes mendix support the integration of third-party UI frameworks?
Hello everyone, I have my own third-party UI frameworks. How should I integrate them into mendix? I can't find any information about it. can anybody help me with this question? Thank you!
View ArticleHow to export the SQL result set to csv file
Dear Team, I want to export the result of an SQL query to a csv file, Is it possible to do that? If yes, Could you please help me on this? Thanks in Advance.
View ArticleHow to get executed queries
Hi all, Is it possible to know what exact query has been executed in Mendix? if so, how? I have tried it by using lognode “DataStorage_QueryHandring”, but it seems not correct….
View ArticleHow does we know webservice is calling or not
Hi team, My Mendix application is acting as bridge for iPad app (built in Xamarin) and SAP system. Both are connected through Webservices. Somehow, the iPad app data is not syncing with the Mendix...
View Article