MB-500 · Question #120
MB-500 Question #120: Real Exam Question with Answer & Explanation
The correct answer is B. No. You can safely use "<>" numerical operators only on the base enum values (and it is actully used in the standard code pretty often). For the values not from base enum you have no assurance that there is only only extension of this enum, which could mess with the extension value o
Question
Options
- AYes
- BNo
Explanation
You can safely use "<>" numerical operators only on the base enum values (and it is actully used in the standard code pretty often). For the values not from base enum you have no assurance that there is only only extension of this enum, which could mess with the extension value order. https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/add-enum-
Community Discussion
No community discussion yet for this question.