You are extending primitive data types to make your code more readable, and you need to assign
Extended Data Types (EDT) properties.
Which best practice should you follow?
A . Do not leave the display length and style an Auto.
B . Ensure that the HelpText property is the same as the label.
C . Do not use labels for user interface text.
D . Ensure that you reference an EDT when creating table fields.
Answer: D
Explanation:
Wherever possible, you should avoid the creation of table fields which don’t reference an EDT, as this
makes potential future changes more difficult to implement.