BOMCalcItem.addListProdFlowSubcontServicesUsage Method [AX 2012]

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

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

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
The ID of the produced item.
_qty
Type: Qty Extended Data Type
The produced quantity of an item.
_includeProcess
Type: boolean
_includeTransfer
Type: boolean

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

Community Additions

ADD
Show: