PrintMgmtSetupSettingsDefault::constructFromRec Method [AX 2012]

Creates an object that has default settings by using values from the persisted state.

client server public static PrintMgmtSetupSettings constructFromRec(
    PrintMgmtSetupDocInstance _parent, 
    PrintMgmtSettings _printMgmtSettings, 
    LanguageId _langId)

Run On

Called

Parameters

_parent
Type: PrintMgmtSetupDocInstance Class
_printMgmtSettings
Type: PrintMgmtSettings Table
_langId
Type: LanguageId Extended Data Type

Return Value

Type: PrintMgmtSetupSettings Class
An instance of the default settings.

ExceptionCondition
Error

The settings record is missing.

NOTE: Do not call this method. Always use either the PrintMgmtSetupSettings::newDefault method or the PrintMgmtSetupSettings::newDefaultFromRec method.

Show: