Share via


RouteVersion::findActive Method

Finds an active route version record.

Syntax

client server public static RouteVersion findActive(
    ItemId _itemId, 
    StartDate _date, 
    FromQty _fromQty, 
    InventDim _inventDimCriteria, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    An inventDim record that contains the inventory dimensions to use to select the correct route version record.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RouteVersion Table
A route version record.

See Also

Reference

RouteVersion Table