May 14, 2012

"TypeId" in Microsoft Dynamics AX 2012

Now in Microsoft Dynamics AX 2012, "TypeId" function has been replaced by ExtendedTypeStr or EnumStr.

ExtendedTypeStr(EDT  _EDT) : for Extendet Data Type (EDT) with non Enum Type.
EnumStr(Enum  _Enum): for Base Enum and for Extendet Data Type (EDT) with Enum Type.

2 comments:

Post a Comment