Login and Register ×
Check your Email for the OTP
D365 F&O Technical Module 4: Base Enumerations
⚠ Report ✓ Question Verified Copy Link
//An array of Criteria enums Criteria crit[100];
Explanation:
You must create an enum type in the AOT before you can declare it.
Enum declaration
=
enumname Variable { , Variable } ;
Variable
identifier [ option ]
Option
[ [ Length ] [, Memory ] ] | initialization
Related Topic:
Share Above MCQ
Learn More MCQ Questions from D365 F&O Technical Module 4: Base Enumerations