HRMCourseAttendeeLine::find Method
Finds a record in the HRMCourseAttendeeLine table based on the parameters passed to the method.
Syntax
client server public static HRMCourseAttendeeLine find(
HRMCourseId _hrmCourseId,
HcmPersonRecId _person,
HRMCourseSessionTrackId _hrmCourseSessionTrackId,
HRMCourseSessionId _hrmCourseSessionId,
HRMCourseAgendaId _hrmCourseAgendaId,
[boolean _forUpdate])
Run On
Called
Parameters
- _hrmCourseId
Type: HRMCourseId Extended Data Type
The HRMCourseId value of the record to check.
- _person
Type: HcmPersonRecId Extended Data Type
The HcmPersonRecId value of the record to check.
- _hrmCourseSessionTrackId
Type: HRMCourseSessionTrackId Extended Data Type
The HRMCourseSessionTrackId value of the record to check.
- _hrmCourseSessionId
Type: HRMCourseSessionId Extended Data Type
The HRMCourseSessionId value of the record to check.
- _hrmCourseAgendaId
Type: HRMCourseAgendaId Extended Data Type
The HRMCourseAgendaId value of the record to check.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMCourseAttendeeLine Table
A record from the HRMCourseAgendaLine table.