Styling
Widgets
Microflows
Domain model
Security
100

This language is used to apply styling to your app.

What is CSS?

100

With this widget you group multiple widgets together on a page.

What is a container?

100

This prefix describes an on change microflow.

What is OCH?

100

This color shows non-persistent entities in your domain model.

What is orange.

100

This is assigned to a user to assign what rights they have in the app.

What is a userrole?

200

This way you can hide elements on a page based on an expression.

What is conditional visibility?

200

This page widget can be used use to show a single data object.

What is a data view?

200

This toolbox activity includes actions like count, average and sum.

What is the aggregate list activity?

200

This setting should never be used when creating an attribute.

What is a calculated attribute?

200

A grouping of these together create a user role.

What are module roles?

300

This is the preprocessor scripting language that is a superset of CSS.

What is SCSS?

300

This widget enables you to create a responsive design with elements in rows and columns.

What is a layout grid?

300

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?

300

These 4 attributes together make the system members of an entity.

What are the createdDate, changedDate, owner and changedBy?

300

This security level gives access to demo users and is applied when signing in.

What is Prototype / demo?

400

This css code is used to create round buttons.

What is border-radius?

400

This is the maximum amount of columns in a layout grid.

What is 12?

400

This best practise is used to increase performance when looping and saving through lists.

What is committing lists outside of loops?

400

This functionality is used to define an entity as another entity.

What is Inheritance?

400

This language is used in Mendix to specify what you want to restrict when retrieving data.

What is an XPath constraint?

500

Within the box model, this is used to change the space between the content and the border of the object.

What is padding?

500

This module from the marketplace is used to read your domain models and put them as mxObjects in your app.

What is mxModelReflection?

500

During validations, this function is used as a best practise to check if a string is empty.

What is trim() != ''?

500

This is used to speed up read access when retrieving data from the database.

What is a database index?

500

With this setting you can secure that the microflow retrieves only data that a user has access to.

What is apply entity access?