PrintMgmtSetupDoc.initDoc Method [AX 2012]
Initializes a new document.
protected void initDoc(
PrintMgmtNodeInstance _nodeInstance,
PrintMgmtDocumentType _docType,
str _name,
LanguageId _langId)
Run On
CalledParameters
- _nodeInstance
- Type: PrintMgmtNodeInstance Class
The node instance to configure the document.
- _docType
- Type: PrintMgmtDocumentType Enumeration
The document type of the new instance.
- _name
- Type: str
The name of the document.
- _langId
- Type: LanguageId Extended Data Type
The language ID for the new document.
Community Additions
ADD
Show: