InventCostTaskController.remainingItems Method [AX 2012]

Determines whether any remaining items exists that has not been bundled.

Syntax

public boolean remainingItems(
    Voucher _voucher, 
    BOMLevel _bomLevel, 
    NumOfIteration _numOfIteration)

Run On

Called

Parameters

Return Value

Type: boolean
true if remaining items exist; otherwise, false.

See Also

Reference

InventCostTaskController Class