PrintMgmtSetupSettingsConditional::deepCopyOnServer Method [AX 2012]

Creates a new copy of all the settings on the server tier.

server private static RecId deepCopyOnServer(
    RefRecId _newParentRecId, 
    Description _name, 
    PrintMgmtSetupSettings _settings)

Run On

Server

Parameters

_newParentRecId
Type: RefRecId Extended Data Type
_name
Type: Description Extended Data Type
_settings
Type: PrintMgmtSetupSettings Class

Return Value

Type: RecId Extended Data Type
The new settings instance.

ExceptionCondition
Deadlock

A deadlock error occurred after the number of retries specified by the OCCRetryCount variable.

A new persisted state for the settings and the associated identification text is created and loaded into the object.

Show: