PrintMgmtSetupSettings::newConditionalFromRec Method [AX 2012]

Creates a conditional setting object by using values from its persisted state.

client server public static PrintMgmtSetupSettingsConditional newConditionalFromRec(
    PrintMgmtSetupDocInstance _parent, 
    RefRecId _settingsId, 
    LanguageId _langId)

Run On

Called

Parameters

_parent
Type: PrintMgmtSetupDocInstance Class
The parent of the settings.
_settingsId
Type: RefRecId Extended Data Type
The record ID of the PrintMgmtSettings record from which to initialize the object.
_langId
Type: LanguageId Extended Data Type
The language ID for the settings.

Return Value

Type: PrintMgmtSetupSettingsConditional Class
A conditional settings instance.

Always use this method to create new conditional settings from persisted state. It is used to create a conditional setting from a previously persisted state.

Show: