Pages

Tuesday 4 June 2013

Extended Data Types in the Database [AX 2012]

Extended data types (EDTs) are user-defined types. EDTs are based on the primitive data types booleanintegerrealstring, and date, and the composite type container. You can also base an EDT on another EDT. EDTs can be used to define fields in tables as well as to define variables in X++ code.
This feature is not implemented as an X++ language construct. Extended data types are defined in the Application Object Tree (AOT) under the Data Dictionary > Extended Data Types node.
Note: we can,t use EDT as an X++ language constructor 

No comments:

Post a Comment