PrintMgmtSetupDocInstance::deleteHigherInstanceDocOnServer_BR Method [AX 2012]

Deletes all the document instances that overrides the current one

server protected static void deleteHigherInstanceDocOnServer_BR(
    RecId _recId, 
    RecVersion _recVersion, 
    PrintMgmtSetupDocInstance _docInstance)

Run On

Server

Parameters

_recId
Type: RecId Extended Data Type
RecId of the PrintMgmtDocInstance that will have overriden deleted
_recVersion
Type: RecVersion Extended Data Type
RecVersion of the PrintMgmtDocInstance that will have overriden deleted
_docInstance
Type: PrintMgmtSetupDocInstance Class
DocInstance of the PrintMgmtDocInstance that will have overriden deleted

This method only supports PrintMgmtDocInstance records that aren't referencing a table.

Show: