Single Choice Easy

QHow are base enums represented and stored in the database?

ID: #9853 Base Enumerations in D365 F&O X++ 328 views
Question Info
#9853Q ID
EasyDifficulty
Base Enumerations in D365 F&O X++Topic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A A literal string value
  • B A numerical value
  • C An alphabetical character
  • D A series of numerical and alphabetical characters
Correct Answer

Explanation

Justification:

  • A. Incorrect: Users see the literal string value in the user interface, but the literal value isn’t stored in the database.
  • B. Correct: Base enums are stored as numeric values (for example, 0, 1, 2) in the database.
  • C. Incorrect: Numerical values, not alphabetical characters, are used when storing base enums in the database.
  • D. Incorrect: Only numerical values are stored in the database.

Share This Question

Challenge a friend or share with your study group.