Quantcast
Channel: Dynamics AX = Denis Macchinetti
Viewing all articles
Browse latest Browse all 73

AX 2012 - How to know if an AX User has the "Execute business operations in CIL" option enable ?

$
0
0
Hi All

Seems an easy question, but today I spent some time to get this answer.

The answer is :

    If ( appl.parmExecuteBusinessOperationsWithCLR() )
        info ("Enable");
    else
        info ("Disable");

Also, take a look to this link https://msdn.microsoft.com/en-us/library/hh528509.aspx

Stay Tuned!
 

Viewing all articles
Browse latest Browse all 73

Trending Articles