Enumerations

Enumerations (Enums) are configuration objects that store sets of values that remain constant during the operation of the application.

Examples include a list of VAT rates (NoVAT, VAT18, etc.) or order statuses (Planned, InProgress, Completed):

07_1.png

An application can contain any number of enumerations:

07_2.png