Variables Flashcards

1
Q

What is an Enumeration in Mendix, and how does it help in maintaining data consistency?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which widget do you use to select associated objects, when multiple select is possible?

  1. Drop-down
  2. Reference set selector
  3. Check boxes
  4. Reference selector
A
  1. Reference set selector
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You can use the reference set selector with all types of associations.

A

False, it can only be used with a - association.
So, only when multiple select is possible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

From the buttons on a Data Grid widget that work with single select mode, which ones need to be configured with multi-select mode?

  1. New, Edit, Delete
  2. New, Delete
  3. New, Edit
  4. Edit, Delete
A
  1. Edit, Delete
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly