BOMCalcJob_All.processSingleTask Method [AX 2012]

Runs a BOM calculation for a single item and the specified combinations.

Syntax

protected void processSingleTask(
    RefRecId _taskId, 
    ItemId _itemId, 
    boolean _hasActiveProductDimensions)

Run On

Called

Parameters

  • _hasActiveProductDimensions
    Type: boolean
    true if the item has active product dimensions; otherwise, false.

See Also

Reference

BOMCalcJob_All Class