HRMApplicantInterview::findLastScheduledInterview Method
Finds the last scheduled interview record in the HRMApplicantInterview table, depending on a supplied HRMApplicationId value.
Syntax
client server public static HRMApplicantInterview findLastScheduledInterview(HRMApplicationId _hrmApplicationId, [boolean _forUpdate])
Run On
Called
Parameters
- _hrmApplicationId
Type: HRMApplicationId Extended Data Type
A HRMApplicationId value that has to be searched in the table.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMApplicantInterview Table
A record from the HRMApplicantInterview table.