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

  • _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.

See Also

Reference

GanttTmpWrkCtrJob Table