Share via


InventCostHelp.calcInventCostTransSum Method [AX 2012]

Calls the InventCostTransSumCalc::calcFromInventClosing method to create the InventCostTransSum records.

Syntax

protected void calcInventCostTransSum(InventClosing _inventClosing)

Run On

Called

Parameters

  • _inventClosing
    Type: InventClosing Table
    The InventClosing record, that is currently being processed and for which the InventCostTransSum records are created.

Remarks

This method is called from the inventCostHelp.updateLedgerPosting method. It runs in the same transaction scope to make sure that the InventCostTransSum records are created when inventory closing is finished.

See Also

Reference

InventCostHelp Class