MB-500 · Question #153
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. To add new values to an enum, you should extend the enum. Any enum that is marked as Extensible (IsExtensible = true) can be extended. There are two ways to extend an enum: Create a project that has a model reference where you want the new enum extension. Right- click the enum…
Question
Exhibit
Options
- AYes
- BNo
How the community answered
(53 responses)- A6% (3)
- B94% (50)
Explanation
To add new values to an enum, you should extend the enum. Any enum that is marked as Extensible (IsExtensible = true) can be extended. There are two ways to extend an enum: * Create a project that has a model reference where you want the new enum extension. Right- click the enum to extend, and then select Create extension. * Right-click the enum to extend, and then select Create extension in new project. You're prompted to select the model that the extension enum should be created in. The enum extension is created in the selected model. You can add new enum values to this 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.
