Share via


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

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

See Also

Reference

HRMApplicantInterview Table