BOMCalcItem.addListProdFlowSubcontServicesUsage Method [AX 2012]

Registers the quantities of subcontracted service items that are used for producing the specified quantity of an item.

Syntax

public void addListProdFlowSubcontServicesUsage(
    ItemId _itemId, 
    Qty _qty, 
   [boolean _includeProcess, 
    boolean _includeTransfer])

Run On

Called

Parameters

Remarks

This method uses the lean costing facade to retrieve the list and quantities of the subcontracted service items.

See Also

Reference

BOMCalcItem Class