Q:
You are developing a feature that requires a status field with predefined values to track the progress of an order in Microsoft Dynamics 365 finance and operations apps.
You need to ensure that the status field can only contain specific values and that these values can be extended in the future.
What should you do?
-
A
Create a new EDT with a string type and manually validate the input for the status field.
-
B
Add an enumeration to the project and populate it with the required status elements.
-
C
Use an existing integer EDT and assign numeric codes to represent different statuses.
-
D
Add a new relation to the table for status tracking without using an enumeration.
B