HcmJobTemplateResponsibility::findByJobTemplateResponsibility Method
Finds the specified record in the HcmJobTemplateResponsibility table by using the specified values from the JobTemplate and Responsibility fields.
Syntax
client server public static HcmJobTemplateResponsibility findByJobTemplateResponsibility(
HcmJobTemplateRecId _jobTemplate,
HcmResponsibilityRecId _responsibility,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _jobTemplate
Type: HcmJobTemplateRecId Extended Data Type
A value from the JobTemplate field.
- _responsibility
Type: HcmResponsibilityRecId Extended Data Type
A value from the Responsibility field.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when it reads the record; optional.
Return Value
Type: HcmJobTemplateResponsibility Table
A record in the HcmJobTemplateResponsibility table.