This way you can hide elements on a page based on an expression.
What is conditional visibility?
With this widget you group multiple widgets together on a page.
What is a container?
OCH_
Which prefix is used for an 'on change' microflow?
The color Orange
Which color is used to shows non-persistent entities in your domain model?
This is assigned to a user to assign what rights they have in the app.
What is a userrole?
CSS
What is the name of the language used to apply styling to the widgets in your app?
A Data View
Which page widget can be used use to show a single data object?
This toolbox activity includes actions like count, average and sum.
What is the aggregate list activity?
This setting should never be used when creating an attribute.
When do you use a calculated attribute?
A grouping of these together create a user role.
What are module roles?
This is the preprocessor scripting language that is a superset of CSS.
What is SCSS?
A layout grid
Which widget enables you to create a responsive design with elements in rows and columns?
This type of error handling should be used when you
want to log and revert all commits when an error occurs.
What is Custom with rollback?
These 4 attributes together make the system members of an entity.
What are the createdDate, changedDate, owner and changedBy?
This security level gives access to demo users and is applied when signing in.
What is Prototype / demo?
This css code is used to create round buttons.
What is border-radius?
12
What is the maximum amount of columns in a layout grid?
getCaption
Which function can you use to get the name (caption) of an Enumeration value in the language of the user
A database index
What can be used to speed up read access when retrieving data from the database?
This language is used in Mendix to specify what you want to restrict when retrieving data.
What is an XPath constraint?
Within the box model, this is used to change the space between the content and the border of the object.
What is padding?
mxModelReflection
Which module from the marketplace is used to read your domain models and put them as mxObjects in your app?
During validations, this function is used as a best practise to check if a string is empty.
What is trim() != ''?
Delete behavior
What defines how associated objects are handeld when an object is deleted in Mendix
Use the Entity Access option in a microflow
How can you make sure a microflow can only access (create update and retrieve) data that the logged in user has access to?