March 2020
Intermediate to advanced
534 pages
14h 15m
English
Enumerated types are called base enums in SCM, which are similar to enumerated types in C#. They are commonly referred to as enums. An enum is an integer referenced as a symbol, which can be used in code to control logic. It can also be used as a field in a table that provides a fixed drop-down list to the user. When used as a field, it has the ability to provide user-friendly labels for each symbol.
All enums have to be defined in the data model before we use them and can't be defined ...
Read now
Unlock full access