MB6-894 · Question #21
You are a developer for an Independent Software Vendor (ISV). You need to create new extended data types in Microsoft Dynamics 365 for Finance and Operations. What are two best practices for…
The correct answer is A. An EDT should be created for each atomic entity being utilized. B. Subtypes are not required for EDTs that do not contain any property changes. Whenever possible, you will want to use EDTs and EDTs should be created for each atomic entity in thesituation that your application is modeling.You should only create subtypes when they are needed. In other words, when you are creating an EDTthat extends another EDT, but you…
Question
You are a developer for an Independent Software Vendor (ISV). You need to create new extended data types in Microsoft Dynamics 365 for Finance and Operations. What are two best practices for extending a series of data types?Each correct answer presents acomplete solution.
Options
- AAn EDT should be created for each atomic entity being utilized.
- BSubtypes are not required for EDTs that do not contain any property changes.
- CYou cannot extend the recID or tableID system data types.
- DYou cannot use EDTs if one of them is a member of the parent extended data.
How the community answered
(32 responses)- A84% (27)
- C13% (4)
- D3% (1)
Explanation
Whenever possible, you will want to use EDTs and EDTs should be created for each atomic entity in thesituation that your application is modeling.You should only create subtypes when they are needed. In other words, when you are creating an EDTthat extends another EDT, but you aren't changing any of its properties, you probably do not need tocreate a new subtype.
Topics
Community Discussion
No community discussion yet for this question.