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.
Retrieves production jobs filtered by production order, operation number and operation priority.
Syntax
client server public static ProdRouteJob findJobOpr(
ProdId _prodId,
OprNum _oprNum,
RouteOprPriority _oprPriority)
Run On
Called
Parameters
- _prodId
Type: ProdId Extended Data Type
The production order ID used for filtering.
- _oprNum
Type: OprNum Extended Data Type
The operation number used for filtering.
- _oprPriority
Type: RouteOprPriority Enumeration
The operation priority used for filtering.
Return Value
Type: ProdRouteJob Table
A ProdRouteJob table buffer that can be used to iterate through the jobs.