- A As a literal string value
- B As a numerical value
- C As an alphabetical character
- D None of the above
- Share this MCQ
Answer:
B
Justification:
Correct Answer: As a numerical value
- A. The literal string value is defined in Dynamics AX. This is what end users will see on forms and reports. However, the literal value is not stored in the database.
- B. A different numerical value represents a different choice or literal value for the enumeration. This relationship is defined in Dynamics AX. The value that is stored in the database is the numerical value for the enumeration.
- C. Enumerations do not use alphabetical characters to represent their literal values, but rather numerical values.
- D. This is not correct as base enumerations are represented by numerical values in the database.
Related Lesson: Create a Base Enumeration
Click me to Read more Question & Answer of Module 4: Base EnumerationsShare this MCQ