PrintMgmtSetupDocInstance::constructRec Method [AX 2012]

Creates a new record for a document instance.

client server protected static PrintMgmtDocInstance constructRec(
    PrintMgmtSetupDoc _parent, 
    PrintMgmtSetupName _name, 
    PrintMgmtDocInstanceType _type)

Run On

Called

Parameters

_parent
Type: PrintMgmtSetupDoc Class
The parent document of the document instance.
_name
Type: PrintMgmtSetupName Extended Data Type
The name of the document instance.
_type
Type: PrintMgmtDocInstanceType Enumeration
The type of document instance.

Return Value

Type: PrintMgmtDocInstance Table
An initialized PrintMgmtDocInstance record.
Show: