exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 3 question 36 discussion

Actual exam question from Microsoft's MB-500
Question #: 36
Topic #: 3
[All MB-500 Questions]

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 have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company uses Dynamics 365 finance and operations apps.
You have a custom enumeration named CarType. The enumeration has the following elements: Sedan, SUV.
You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the is Extensible property to true for the CarType enumeration. Add the MUV element to the CarType base enumeration.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
To add new values to an enum, you should extend the enum. Any enum that is marked as Extensible (IsExtensible = true) can be extended.
Instead: Create a new enumeration to add the MUV element.
Note:
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 extension.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/add-enum-value

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lalz21
8 months, 2 weeks ago
Selected Answer: B
Correct
upvoted 1 times
...
PrasanthGO
1 year, 8 months ago
Option A is correct Because Its a custom entity so no need of extending it you can add the element directly
upvoted 4 times
PanduRangaReddy
1 year, 3 months ago
But the question says "You must extend CarType and add a new element named MUV to CarType." not just "add a new element named MUV to CarType."
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago