PrintMgmtSetupSettings::newDefaultFromRec Method [AX 2012]
Creates a default setting object by using values from its persisted state.
client server public static PrintMgmtSetupSettingsDefault newDefaultFromRec(
PrintMgmtSetupDocInstance _parent,
RefRecId _recId,
LanguageId _langId)
Run On
CalledParameters
- _parent
- Type: PrintMgmtSetupDocInstance Class
The parent of the settings.
- _recId
- 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.
Show: