PCRuntimeLibrary::initializeDocument Method [AX 2012]

Initializes a record in the DocuRef table to contain a note with a configuration summary.

client server public static void initializeDocument(
    DocuRef _noteGeneration, 
    Common _sourceLine, 
    str _notes)

Run On

Called

Parameters

_noteGeneration
Type: DocuRef Table
The buffer of the record to initialize.
_sourceLine
Type: Common Table
The source line.
_notes
Type: str
The string representation of the selections made by the user.
Show: