Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads the ProdRoute table to find the specified ProdRoute record.
Syntax
client server public static ProdRoute findByOprId(
ProdId _prodId,
OprNum _oprNum,
RouteOprId _oprId,
[boolean _forUpdate])
Run On
Called
Parameters
- _prodId
Type: ProdId Extended Data Type
The production ID to which the ProdRouteProdId field corresponds.
- _oprNum
Type: OprNum Extended Data Type
The operation number to which ProdRouteOprNum field corresponds.
- _oprId
Type: RouteOprId Extended Data Type
The operator ID to which ProdRouteOprId field corresponds.
- _forUpdate
Type: boolean
A Boolean value that determines whether to read the record for updating; optional.
Return Value
Type: ProdRoute Table
A ProdRoute buffer.
Remarks
This is a public method that is used to find records.