2
Implement Extended Data Types (EDT) like they exists in "Dynamics for Finance and Operations" (formerly: AX) since a long time.

Here are the benefits of EDTs:

- Code is easier to read, because variables have a meaningful data type. For example, the data type is Name instead of Text.

- The properties that you set for an EDT are used by all instances of that type. Therefore, EDTs help reduce work and promote consistency. For example, account numbers ("Account No" data type) have the same properties throughout the system.

- You can create hierarchies of EDTs. The EDTs can inherit the appropriate properties from the parent, and you can change other properties. For example, the ItemCode data type is used as the basis for the MarkupItemCode and PriceDiscItemCode data types.


For further information have a look to:
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-ref/xpp-variables-data-types#extended-data-types
STATUS DETAILS
Needs Votes

Comments

B

Sorry, wrong Product. Should be on "Dynamics Business Central"

Category: Unified Experience: Search, navigation and performance

B

Sorry, wrong Product. Should be on "Dynamics Business Central"

Category: Unified Experience: Search, navigation and performance