Q:
You are tasked with enhancing the data model for a custom module in Microsoft Dynamics 365 finance and operations apps. The module requires additional fields to capture international address formats.
You need to create a new Extended Data Type (EDT) that will be used across multiple tables without duplicating properties.
What should you do?
-
A
Create a new table to store international address formats and reference it in other tables.
-
B
Duplicate the existing address EDTs and modify their properties for each table.
-
C
Add a new EDT to the project and set the StringSize property to accommodate the largest expected address format.
-
D
Modify the base Address EDT directly to support international formats.
C