VersionControl.onAfterItemDeleted Method [AX 2012]

Deletes the item from the version control system after it has been deleted from the repository.

public boolean onAfterItemDeleted(str itemPath)

Run On

Client

Parameters

itemPath
Type: str
The AOT path of the deleted item.

Return Value

Type: boolean
true if the item was successfully deleted; otherwise, false.

This method is called when the tree node and corresponding file have already been deleted.

Community Additions

ADD
Show: