PrintMgmtSetupSettings::newSettingsFromRecs Method [AX 2012]

Creates all settings for a specified document instance.

client server public static void newSettingsFromRecs(PrintMgmtSetupDocInstance _parent, LanguageId _langId)

Run On

Called

Parameters

_parent
Type: PrintMgmtSetupDocInstance Class
The parent of the specified document.
_langId
Type: LanguageId Extended Data Type
The language ID for the settings.

ExceptionCondition
Error

More than one default setting was found when at most one is allowed.

This is the preferred method of initializing existing settings for an instance of the PrintMgmtSetupDocInstance class.

Show: