Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates the incremental CIL from the X++ code.
Syntax
server public static boolean generateIncrementalIL(
[boolean dumpChanges,
boolean startBatch,
boolean logMsg])
Run On
Server
Parameters
- dumpChanges
Type: boolean
A Boolean value that indicates whether to create the XML files by using the types that changed or by using the existing XML files.
- startBatch
Type: boolean
A Boolean value that indicates whether to start or stop the Microsoft Dynamics AX Application Object Server (AOS) AppDomain.
- logMsg
Type: boolean
A Boolean value that indicates whether to log a message in the infolog when it is finished.
Return Value
Type: boolean
true if changes were found and the assembly was updated; otherwise, false.
Exceptions
Exception | Condition |
---|---|
CLRError | Propagates the exception if found. |
Remarks
This method invokes the generator to update the X++ assembly with the types that have changed since the last generation.