MB-500 · Question #120
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
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…
Question
Options
- AYes
- BNo
How the community answered
(42 responses)- A21% (9)
- B79% (33)
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-
Topics
Community Discussion
No community discussion yet for this question.