Share via


SysCompileIL::dumpParallelBulk Method [AX 2012]

Generates the XML files that represent the pseudocode that is produced by the X++ compiler.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server public static void dumpParallelBulk()

  Microsoft Dynamics AX 2012 R2 (SYS)
          client public static void dumpParallelBulk()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client public static void dumpParallelBulk()

  Microsoft Dynamics AX 2012 (FPK)
          client public static void dumpParallelBulk()

  Microsoft Dynamics AX 2012 (SYS)
          client public static void dumpParallelBulk()

Run On

Server

Remarks

This method is called from the client because it has the logic that is required to compile and produce the metadata for the kernel classes.

The resulting files will be saved in the path that is provided by the XML path.

See Also

Reference

SysCompileIL Class