InventCostItemDim.matchIssuesAndReceipts Method [AX 2012]

Matches issues and receipts for inventory closing or recalculation.

Syntax

protected void matchIssuesAndReceipts(boolean _isServiceItem, InventTable _inventTable)

Run On

Called

Parameters

  • _isServiceItem
    Type: boolean
    A Boolean value that indicates whether the current item is a service.
  • _inventTable
    Type: InventTable Table
    An InventTable table buffer that represents the current item.

Remarks

The issues and receipts are settled for inventory closing and adjusted for recalculation.

See Also

Reference

InventCostItemDim Class