PrintMgmtSetupDocInstance::construct Method [AX 2012]

Creates a new document instance where one did not previously exist.

client server public static PrintMgmtSetupDocInstance construct(
    PrintMgmtSetupDoc _parent, 
    PrintMgmtSetupName _name, 
    LanguageId _langId, 
    PrintMgmtDocInstanceType _type)

Run On

Called

Parameters

_parent
Type: PrintMgmtSetupDoc Class
The parent document for the new document instance.
_name
Type: PrintMgmtSetupName Extended Data Type
The name of the new document instance.
_langId
Type: LanguageId Extended Data Type
The language ID for the new document instance.
_type
Type: PrintMgmtDocInstanceType Enumeration
The type of the document instance.

Return Value

Type: PrintMgmtSetupDocInstance Class
A new document instance.
Show: