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
- _itemId
Type: ItemId Extended Data Type
A string that contains an item ID.
- _date
Type: StartDate Extended Data Type
A date that is used to find a valid route version.
- _fromQty
Type: FromQty Extended Data Type
A quantity that is used to select the correct route version record.
- _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.