Dear Friends,
How to write the following Ax 2009 code in ax 2012?
Set set = new Set(typeId2Type(typeid(recId)));
If I write the same as follows, when I compile it does not throw any error but throws the error at run time.
Set set= new Set(typeId2Type(extendedTypeNum(RecId)));
the error thrown is:
Function Global::typeId2ExtendedTypeId must be called with an extended data type.
*This post is locked for comments