Get the Current Active Company in Dynamics AX
Views (201)
To get the Current Logged In Company you can Use the curExt() function in AX.
Example :
1 | static void curExtExample(Args _arg) |
Regards,
Hossein Karimi

1 | static void curExtExample(Args _arg) |
*This post is locked for comments