HcmPersonCourse::findByPersonDescriptionStartDate Method
Finds the specified record in the HcmPersonCourse table by using the specified values from the Person, Description and StartDate fields.
Syntax
client server public static HcmPersonCourse findByPersonDescriptionStartDate(
HcmPersonRecId _person,
HRMVirtualNetworkCourseDescription _description,
StartDate _startDate,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _person
Type: HcmPersonRecId Extended Data Type
A value of the Person field.
- _description
Type: HRMVirtualNetworkCourseDescription Extended Data Type
A value of the Description field.
- _startDate
Type: StartDate Extended Data Type
A value of the StartDate 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 reading the record; optional.
Return Value
Type: HcmPersonCourse Table
A record in the HcmPersonCourse table.