Q:
A developer is working on a Microsoft Dynamics 365 finance and operations apps implementation and needs to add a new field to the CustTable to store additional customer information.
You need to add this field without modifying the original CustTable table.
What should you do?
-
A
Directly add the new field to the CustTable table.
-
B
Create a new table with the new field and associate it with the CustTable table.
-
C
Create an extension of the CustTable table and add the new field there.
-
D
Duplicate the CustTable table and add the new field to the duplicate.
C
Answer:
C
Explanation:
The correct way to add a new field without modifying the original CustTable table is to create an extension of the CustTable table and add the new field there (Option C). Directly adding the new field to the CustTable table (Option A) is incorrect as it involves direct modification of the original table, which is not recommended. Creating a new table with the new field and associating it with the CustTable table (Option B) is not the correct approach because it adds unnecessary complexity to the data model. Duplicating the CustTable table and adding the new field to the duplicate (Option D) is also incorrect as this practice can lead to data integrity issues.
Customize through extension and overlayering - Finance & Operations | Dynamics 365 | Microsoft Learn
Create, manage, and extend views - Training | Microsoft Learn
Related Topic:
Share Above MCQ