adding available options to an attribute

0
how do i do this? so i got an attribute called orderStatus, but i want it to have one of the following statusses: - in progress. - finished. - canceled. how do i make it possible that only those 3 can be selected for the attribute? thanks in advance
asked
1 answers
2

Using an enumeration: https://world.mendix.com/display/refguide5/Enumerations

https://world.mendix.com/display/refguide5/Attributes

answered