Share via


InventBOMComparison_CN::updateQtyField Method [AX 2012]

Updates the quantity field with the value in its corresponding BOM ID.

Syntax

server protected static void updateQtyField(
    InventBOMComparisonTmp_CN _bomComparison, 
    BOM _bom, 
    BOMId _bomId, 
    int _bomIndex)

Run On

Server

Parameters

  • _bom
    Type: BOM Table
    A temporary BOM table buffer that contains the BOM line details.
  • _bomIndex
    Type: int
    The index of the BOM ID; also the index of the quantity field in the _compType type.

See Also

Reference

InventBOMComparison_CN Class