: Interview Attendee Custom Code Filtering Logic
It is possible to configure a custom Interviewer Usually the client/hiring manager taking part in a Job interview. A recruiter can also be an Interviewer/s filter using apex code.
- Create a global apex class and implement the TR1.InterviewerSearchInterface interface.
- Create two apex methods with the filtering logic:
- Method 1: This method is used to search Interviewers for Internal Interview The third Stage of Job application flow. This is when the recruiter sets up a job interview between Candidate and Client. and SendOut A Client Submission (Sendouts, CV Sent) occurs when a recruiter sends a candidate to the hiring manager for approval to have an interview. actions by a search key based on Interviewer Configuration custom metadata settings.
- For details on how to create this method, see ATS v2: Interview Attendee Custom Code Filtering Logic Method One.
- Method 2: This method is used to get suggested Interviewers for Internal Interview and SendOut actions based on Interviewer Configuration custom metadata settings.
- For details on how to create this method, see ATS v2: Interview Attendee Custom Code Filtering Logic Method Two.
- Method 1: This method is used to search Interviewers for Internal Interview The third Stage of Job application flow. This is when the recruiter sets up a job interview between Candidate and Client. and SendOut A Client Submission (Sendouts, CV Sent) occurs when a recruiter sends a candidate to the hiring manager for approval to have an interview. actions by a search key based on Interviewer Configuration custom metadata settings.
- Add the apex class name(s) to the Custom Filter Class Name field in Interviewer Configurations custom metadata record and select the Active check-box.
- If you've set another metadatatype to Active, this will change out of the box behaviors. For more details, see ATS v2: Interview Attendee Interviewer Configurations Logic.
If filter check-boxes are checked and Custom Filter Class Name field is populated, the custom apex class logic will be used for your filtering.
Was this helpful?
No