Share via


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

  • _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.

See Also

Reference

HRMCourseAttendeeLine Table