Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; 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.

See Also

Reference

HcmPersonEducation Table