HcmJobResponsibility::findByJobResponsibility Method
Finds a record in the HcmJobResponsibility table by using the specified Job and Responsibility fields.
Syntax
client server public static HcmJobResponsibility findByJobResponsibility(
HcmJobRecId _job,
HcmResponsibilityRecId _responsibility,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _job
Type: HcmJobRecId Extended Data Type
A value in the Job field.
- _responsibility
Type: HcmResponsibilityRecId Extended Data Type
A value in the Responsibility 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: HcmJobResponsibility Table
A record in the HcmJobResponsibility table.