AX – D365FFO – MODIFY EXTENDED DATA TYPES (EDTS) THROUGH EXTENSION

There are several properties that can be customized on existing extended data types (EDTs) through extension:

  • Label
  • Help text
  • Form help
  • Country region codes
  • String size
    • You can only modify the value if the EDT does not extend from another EDT.
    • You can only set the new String size to a value equal to or larger than the base EDT value.
  • Decimals (NoOfDecimals property)

You modify the properties as you would for newly added elements, using the property sheet.

Modify EDT

After compiling the code, you can see the changes in the application.

Modify EDT

You can view the created extensions in the Application Explorer in Visual Studio.

Modify EDT

If the EDT is modified in more than one model

If multiple ISVs have extended the same extended data type, the properties of the EDT from the model with the highest Model ID (closest to USR) will be used. If there are multiple models with changes in the same layer, changes from the model with the highest Model ID will be used. For example, if ISV 1 modified the label of ItemId to “Awesome item number” in model AwesomeModel (USR layer) with ID 15, while ISV 2 modified the label of ItemId to “Super item number” in model SuperModel (USR layer) with ID 12, the end user would see “Awesome item number” in the user interface instead of “Item number”.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s