This language is used to apply styling to your app.
What is CSS?
With this widget you group multiple widgets together on a page.
What is a container?
This prefix describes an on change microflow.
What is OCH?
This color shows non-persistent entities in your domain model.
What is orange.
This is assigned to a user to assign what rights they have in the app.
What is a userrole?
This way you can hide elements on a page based on an expression.
What is conditional visibility?
This page widget can be used use to show a single data object.
What is a data view?
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.
What is 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?
This widget enables you to create a responsive design with elements in rows and columns.
What is a layout grid?
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?
This is the maximum amount of columns in a layout grid.
What is 12?
This best practise is used to increase performance when looping and saving through lists.
What is committing lists outside of loops?
This functionality is used to define an entity as another entity.
What is Inheritance?
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?
This module from the marketplace is used to read your domain models and put them as mxObjects in your app.
What is mxModelReflection?
During validations, this function is used as a best practise to check if a string is empty.
What is trim() != ''?
This is used to speed up read access when retrieving data from the database.
What is a database index?
With this setting you can secure that the microflow retrieves only data that a user has access to.
What is apply entity access?