HcmJobTaskAssignment::findByJobJobTask Method
Finds a record in the HcmJobTaskAssignment table by using the specified Job and JobTask fields.
Syntax
client server public static HcmJobTaskAssignment findByJobJobTask(
HcmJobRecId _job,
HcmJobTaskRecId _jobTask,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _job
Type: HcmJobRecId Extended Data Type
A value in the Job field.
- _jobTask
Type: HcmJobTaskRecId Extended Data Type
A value in the JobTask field.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: HcmJobTaskAssignment Table
A record in the HcmJobTaskAssignment table.