InventTrackingDimTracingSearch.isTransProdBOMForProduction Method [AX 2012]

Gets a value indicating if an origin is for a production BOM line that is part of the production order represented by the other origin.

Syntax

protected boolean isTransProdBOMForProduction(InventTransOrigin _possibleProdOrigin, InventTransOrigin _possibleProdBOMOrigin)

Run On

Called

Parameters

  • _possibleProdOrigin
    Type: InventTransOrigin Table
    The record for the InventTransOrigin table that may represent a production, either an end-item or a co/by-product; if not, this method always returns false.
  • _possibleProdBOMOrigin
    Type: InventTransOrigin Table
    The record for the InventTransOrigin table that may represent a production line; if not, this method always return false.

Return Value

Type: boolean
true if _possibleProdBOMOrigin is an origin for a production BOM line that is part of the production order identified by _possibleProdOrigin.

See Also

Reference

InventTrackingDimTracingSearch Class