Shows the contents of exactly one object.
What is data view?
Allow entities to communicate with one another.
What is association?
It models custom logic instead of custom code.
What is microflow?
A development environment used to create application software through a graphical user interface.
What is a low-code platform?
She makes good sushi.
Who is Didi?
Allows you to note potential issues and make adjustments before the app goes live.
What is preview?
Defines whether an object can be committed to the database.
What is persistability of an entity?
Useful to analyze the application execution and data up to that point.
What is breakpoint?
Write and debug Java actions.
What is Eclipse?
An ex-mountain bike company owner in our department.
Who is Mike?
Double click the background (not the title text) and change the title there.
How to change the Page title in Mendix?
getCaption()
What command can make Enumeration to be String?
Add a breakpoint to check the action.
What is a good way to debug the action in Microflow?
toString([%currentDataAndTime%])
How to display the current data on in text on Mendix?
substring("12/31/2022, 11:59pm" , 6,4)
How to only show "2020" in text if the text is "12/31/2022, 11:59pm"
1. Go to the website and right-click the section where you want to change the color.
2. Find the right document and add css code there.
How to use Visual Studio to change the website color?
Call Rest
What action should you use to obtain the information from API in Microflow?