TreeNode.AOTcompile Method [AX 2012]
Compiles this node and its subnodes.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public boolean AOTcompile(
[int flag,
boolean forceNoXRef,
boolean fastMode])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean AOTcompile(
[int flag,
boolean forceNoXRef,
boolean fastMode])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void AOTcompile([int flag, boolean forceNoXRef])
Microsoft Dynamics AX 2012 (FPK)
public void AOTcompile([int flag, boolean forceNoXRef])
Microsoft Dynamics AX 2012 (SYS)
public void AOTcompile([int flag, boolean forceNoXRef])
Run On
CalledCommunity Additions
ADD
Show:
Note