What are two best practices for extending a series of data types?

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 a complete solution.
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.
C . You cannot extend the recID or tableID system data types.
D . You cannot use EDTs if one of them is a member of the parent extended data.

Answer: AB

Explanation:

Whenever possible, you will want to use EDTs and EDTs should be created for each atomic entity in the situation that your application is modeling. You should only create subtypes when they are needed. In other words, when you are creating an EDT that extends another EDT, but you aren’t changing any of its properties, you probably do not need to create a new subtype.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments