HcmPersonEducation::findByPersonEducationDiscipline Method
Finds the first specified record in the HcmPersonEducation table by using the specified values from the Person and EducationDiscipline fields.
Syntax
client server public static HcmPersonEducation findByPersonEducationDiscipline(
HcmPersonRecId _person,
HcmEducationDisciplineRecId _educationDiscipline,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _person
Type: HcmPersonRecId Extended Data Type
A value from the Person field.
- _educationDiscipline
Type: HcmEducationDisciplineRecId Extended Data Type
A value from the EducationDiscipline 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 the record is read; optional.
Return Value
Type: HcmPersonEducation Table
A record in the HcmPersonEducation table.
Remarks
Multiple records for a given EducationDiscipline can exist for a Person.
This method will only return the first record found for the supplied values.