InventCleanupTrackingInventSumService.cleanUpInventSum Method [AX 2012]
Cleans up the specified InventSum record.
Syntax
protected boolean cleanUpInventSum(InventSum _inventSum, InventDim _inventDim)
Run On
Server
Parameters
- _inventSum
Type: InventSum Table
The InventSum record to be cleaned up.
- _inventDim
Type: InventDim Table
The InventDim record associated with the InventSum record.
Return Value
Type: boolean
true if InventSum record was cleaned up; otherwise, false.