Share via


InventBOMComparison_CN::updateComparisonField Method [AX 2012]

Updates the specified comparison field with the value in its corresponding BOM ID.

Syntax

client server protected static void updateComparisonField(
    InventBOMComparisonTmp_CN _bomComparison, 
    BOM _bom, 
    InventBOMComparisonType_CN _compType, 
    BOMId _bomId, 
    int _bomIndex)

Run On

Called

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 comparison field in the _compType type.

See Also

Reference

InventBOMComparison_CN Class