IsFirstJob Method
- Last UpdatedNov 06, 2025
- 1 minute read
The IsFirstJob() method returns true if the operation specified is the first job of the work order, or false if it is not. If no work order, operation, or item ID is supplied, then true is returned if any of the operations of the job are for a first job.
Parameters
- woId
- Required. Holds the work order ID of the job whose first job flag is being checked. Set to null if not used.
- operId
- Required. Holds the operation ID of the job whose first job flag is being checked. Set to null if not used.
- itemId
- Required. Holds the item ID of the job whose first job flag is being checked. Set to null if not used.
Return Value
Returns true if the specified operation is the first job of the work
order.