QuestionQ280
Design and develop AOT elementsA company uses Dynamics 365 finance and operations apps.
You have a custom enumeration named CarType. The enumeration includes the following elements:
SedanSUV
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 IsExtensible property of the CarType enumeration to true. Create an extension of the CarType base enumeration and add the MUV element.
Does this solution meet the goal?
- A Yes
- B No
Community Discussion