ATS v2: Interview Attendee Custom Code Filtering Logic

It is possible to configure a custom InterviewerClosed Usually the client/hiring manager taking part in a Job interview. A recruiter can also be an Interviewer/s filter using apex code.

  1. Create a global apex class and implement the TR1.InterviewerSearchInterface interface.
  2. Create two apex methods with the filtering logic:
  3. 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 filter check-boxes are checked and Custom Filter Class Name field is populated, the custom apex class logic will be used for your filtering.