EDT's in X++
what is EDT?
ans:
Extended data types are user-defined types that are based on the boolean, int, int64, real, str, and date primitive data types.
An EDT is a primitive data type or container that has a supplementary name and additional properties.
For example, we can create a new EDT that is named Name and base it on a string. we can then use the new EDT in variable and field declarations in the development environment.
Comments
Post a Comment