Set Dynamic CSS value by Object Attribute string value?
I was pretty sure you could set CSS attribute values by the attribute value of an entity object, but I can't find again how to set this up. Let's say you have a Status object with the attribute 'Hex...
View ArticlePublished Rest service Post requests fails with "Error while importing, key...
I am following the Create Rest Api in the advanced learning paths. https://gettingstarted.mendixcloud.com/link/module/98/lecture/827 When I create import mapping for post requests as defined in the...
View ArticleTemplator module Error
Hi, I am using Templator Module for the generation of customized PDF, I built the microflow and it is working fine in local. It was mentioned like as of now Templator currently only works for apps that...
View ArticleLearningpath to Advanced Developer Exam
During the learning paths to arrive at the 'Advanced Developer' status, there are three modules that pose quite a few problems. These are these three modules: - Learn to Build an SAP App - Develop a...
View ArticleWhen running message with erros but errorlist is empty
When I run the app localy in Mendix 10 I got the message “The project cannot be deployed at this time because there are errors. Please solve the errors in the errors list window. But the errors list...
View ArticlePassword in Account not usable
I have a person entity based on the central Account Entity. When I store a first password into the password field I can't login with that password. Whne I change the password using the standard...
View Articleexecute command line bat files
Is it possible to execute a .bat on a local or remote computer from the application? Thanks, Costin Marzea
View ArticleNot able to connect Postgres Database to my app
Hello Folks, I am trying to connect postgres database to my app. Please help me in connection. I have used Database Connector and JDBC for connection. I have tried below way, but it’s not working.
View ArticleMicroflow Expression Error
Per the instructions in the rapid developer course I wrote the microflow out word for word and keep getting this input error. I have tried changing it around a number of different ways which have all...
View ArticleHow to program auto-save on change?
As a user changes or edits data on page, we should either auto-save on recognizing a change OR Give a warning to user to save their changes before they navigate away from the page. How do I go about...
View ArticleMendix Native app Mobile Database View
Hi All, How to see mobile data for Mendix Native. The data is stored in SQLite database but what is the app or tool to be used to view tables stored in the mobile that we change through Mendix Native...
View ArticleLogin without going to home page
Hi, I have a question of customizing the login behavior: Currently in my App, the user will be redirected to its home page after successful login. Is there a way to let a user stay on the previous...
View ArticleCertificate problem
Hello ! In the deployment process , if we use Apache to redirect the application server to the web server , how can we let Apache see the secure certificate i want because i have deployed an...
View ArticleDatabase access
Is it possible to access your local database directly with a database client? If yes, which tool is preferable?
View ArticleInsert several records in an external database
Hi, A module of my application manages metadata for Data Pipelines. When a Data Engineer decides to use a certain table for his Analytical Model, he can choose the table from a list of tables. The...
View ArticleUser impersonation now fails
This Java action code was working, then it stopped after a recent Mendix upgrade (not sure which one): ``` // This file was generated by Mendix Studio Pro. // // WARNING: Only the following code will...
View ArticleformatDateTime function
I have a strange issue with this function. When I run the microflow with the debugger I don’t get error messages: formatDateTimeUTC($DS_GetAnalysis_by_URL_Table/ANALYSIS_RUNTIME, 'yyyy-MM-dd HH:mm:ss')...
View ArticleDatagrid scroll horizontal?
hi there, In my project I am going to present transaction record in a datagrid. A transaction record contains more than 20 details and it is impossible to show all of them in one page. How should I...
View ArticleCall a Nanoflow from Javascript action
Hi All, I am trying to call a nanoflow from javascript action, modeler version used is 8.6.2 I tried using this ,callNanoflow(params) mx.data.callNanoflow({ nanoflow: this.propertyWithNanoflow, origin:...
View ArticleBlank excel files using Excel Exporter App module:
Hello all, I am encountering an issue when configuring the excel exporter app into my module; I followed the documentations and the Learning Path lessons on setting this up, i managed to have a file...
View Article