InventCostClosingCancel_WorkInvent.checkAndDeleteVirtualTransfer Method [AX 2012]
Checks whether the records in the list balance, and deletes them if they do, or generates a warning if they do not.
Syntax
protected void checkAndDeleteVirtualTransfer(List _listInventTrans, InventSum _inventSum)
Run On
Called
Parameters
- _listInventTrans
Type: List Class
The list of InventTrans records.
- _inventSum
Type: InventSum Table
The sum of the InventTrans records in the list.
Remarks
This method is meant to delete the InventTrans records that make up one inventory closing virtual transfer.