Microsoft
MB-500 · Question #22
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs): You plan to modify the EDT properties by using an extension. You need to determine which operations can…
The correct answer is D. Create an extension for AccountBase and increase the field size. You can only set the new String size to a value equal to or larger than the base EDT value. Incorrect Answers: B, C: You can only modify the value if the EDT does not extend from another EDT…
Design and develop AOT elements
Question
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs): You plan to modify the EDT properties by using an extension. You need to determine which operations can be performed. Which operation is possible?
Options
- ACreate an extension for AccountBase and decrease the field size.
- BCreate an extension for AccountId and increase the field size.
- CCreate a derived EDT for AccountId and decrease the field size.
- DCreate an extension for AccountBase and increase the field size.
How the community answered
(54 responses)- A11% (6)
- B6% (3)
- C2% (1)
- D81% (44)
Explanation
You can only set the new String size to a value equal to or larger than the base EDT value. Incorrect Answers: B, C: You can only modify the value if the EDT does not extend from another EDT. https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-edt
Topics
#Extended Data Types#EDT extension#field size#EDT inheritance
Community Discussion
No community discussion yet for this question.