SysVersionControlSynchronizeLog::processDelete Method
Handles delete actions during synchronization.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client private static boolean processDelete(ModelId _modelId, SysVersionControllable _controllable)
Microsoft Dynamics AX 2012 R2 (SYS)
client private static boolean processDelete(ModelId _modelId, SysVersionControllable _controllable)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client private static void processDelete(ModelId _modelId, SysVersionControllable _controllable)
Microsoft Dynamics AX 2012 (FPK)
client private static void processDelete(ModelId _modelId, SysVersionControllable _controllable)
Microsoft Dynamics AX 2012 (SYS)
client private static void processDelete(ModelId _modelId, SysVersionControllable _controllable)
Run On
Client
Parameters
- _modelId
Type: ModelId Extended Data Type
The model currently being synchronized.
- _controllable
Type: SysVersionControllable Interface
The controllable to delete.
Remarks
If the element to be deleted is located in a different model than the one that is currently being synchronized, the element should not be deleted as it may be the result of moving an element to a different model.