PrintMgmtSetupSettings::deepCopyIdText Method [AX 2012]

Creates new identification text records.

server public static void deepCopyIdText(RefRecId _oldRecId, RefRecId _newRecId)

Run On

Server

Parameters

_oldRecId
Type: RefRecId Extended Data Type
The settings record ID from which to copy.
_newRecId
Type: RefRecId Extended Data Type
The settings record ID for which to create new records.

New identification text table data are created. This method is always called in the context of a transaction. It should not be called, it is for internal use only.

Show: