GanttTmpWrkCtrJob::find Method
Finds a job by criteria specified in the parameters.
Syntax
client server public static GanttTmpWrkCtrJob find(
GanttTmpWrkCtrJob _allJobs,
WrkCtrRefId _refId,
ReqPlanId _reqPlanId,
LineNum _projLineNum,
OprNum _oprNum,
RouteJobNumType _numType,
RouteOprPriority _oprPriority,
[boolean _descNumPrimary])
Run On
Called
Parameters
- _allJobs
Type: GanttTmpWrkCtrJob Table
A table buffer containing the records to search through.
- _refId
Type: WrkCtrRefId Extended Data Type
The order ID.
- _reqPlanId
Type: ReqPlanId Extended Data Type
The master plan ID.
- _projLineNum
Type: LineNum Extended Data Type
The line number from project hour forecast.
- _oprNum
Type: OprNum Extended Data Type
The operation number.
- _numType
Type: RouteJobNumType Extended Data Type
The job type.
- _oprPriority
Type: RouteOprPriority Enumeration
The operation priority.
- _descNumPrimary
Type: boolean
true to make the work center sort order be descending, or false for ascending; optional. The default is false.
Return Value
Type: GanttTmpWrkCtrJob Table
A GanttTmpWrkCtrJob table buffer containing the result.