Share via


InventCleanupTrackingInventSumService.cleanUpInventSum Method [AX 2012]

Cleans up the specified InventSum record.

Syntax

protected boolean cleanUpInventSum(InventSum _inventSum, InventDim _inventDim)

Run On

Server

Parameters

  • _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.

See Also

Reference

InventCleanupTrackingInventSumService Class