JmgJobTable::find Method
Retrieves the record for a given job ID.
Syntax
client server public static JmgJobTable find(JmgJobId _jobId, [boolean _forUpdate])
Run On
Called
Parameters
- _jobId
Type: JmgJobId Extended Data Type
The job ID of the record.
- _forUpdate
Type: boolean
A Boolean value that determines whether the job should be selected for update; optional.
Return Value
Type: JmgJobTable Table
The job table record.