PrintMgmtSetupSettings::newConditional Method [AX 2012]

Creates new conditional settings.

client server public static PrintMgmtSetupSettingsConditional newConditional(
    PrintMgmtSetupDocInstance _parent, 
    PrintMgmtSetupName _name, 
    LanguageId _langId)

Run On

Called

Parameters

_parent
Type: PrintMgmtSetupDocInstance Class
The parent of the settings.
_name
Type: PrintMgmtSetupName Extended Data Type
The name of the settings.
_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. This method is typically used when the user requests an additional new conditional setting.

Show: