HcmJobTemplateExam::findByJobTemplateExam Method
Finds a record in the HcmJobTemplateExam table that is based on the specified JobTemplate and Exam values.
Syntax
client server public static HcmJobTemplateExam findByJobTemplateExam(
HcmJobTemplateRecId _jobTemplate,
HcmExamRecId _exam,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _jobTemplate
Type: HcmJobTemplateRecId Extended Data Type
A JobTemplate field value.
- _exam
Type: HcmExamRecId Extended Data Type
A Exam field value.
- _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 the record is read; optional.
Return Value
Type: HcmJobTemplateExam Table
A HcmJobTemplateExam record.