BOMVersion::findApproved Method

Finds an approved BOM version record.

Syntax

client server public static BOMVersion findApproved(
    ItemId _itemId, 
    BOMId _bomId, 
    boolean _active, 
    StartDate _fromDate, 
   [EndDate _toDate, 
    FromQty _fromQty, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _active
    Type: boolean
    A Boolean value that indicates whether to search for an active BOM.
  • _fromQty
    Type: FromQty Extended Data Type
    A value that specifies the FromQty field criteria for the search of approved BOM version items.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to select the record for update; optional.

Return Value

Type: BOMVersion Table
A BOMVersion record.

See Also

Reference

BOMVersion Table