Variables Flashcards
What is an Enumeration in Mendix, and how does it help in maintaining data consistency?
An Enumeration in Mendix is an attribute that has a pre-defined list of string values. It allows users to select values from a dropdown or a radio button. Enumerations help maintain data consistency by ensuring that data values are chosen from a predefined set. On the database level, enumerations are represented as strings, and the Mendix platform assists in creating XPaths with enumeration values.
Which widget do you use to select associated objects, when multiple select is possible?
- Drop-down
- Reference set selector
- Check boxes
- Reference selector
- Reference set selector
You can use the reference set selector with all types of associations.
False, it can only be used with a - association.
So, only when multiple select is possible.
From the buttons on a Data Grid widget that work with single select mode, which ones need to be configured with multi-select mode?
- New, Edit, Delete
- New, Delete
- New, Edit
- Edit, Delete
- Edit, Delete