ATS v2: Interview Attendee Filtering Data Model

There is a master-detail relationship between the InterviewClosed The third Stage of Job application flow. This is when the recruiter sets up a job interview between Candidate and Client. Attendee object and SendOutClosed A Client Submission (Sendouts, CV Sent) occurs when a recruiter sends a candidate to the hiring manager for approval to have an interview. Schedulev2 object. Interview Attendee records are created based on these two fields in the SendOut Schedulev2:

  • TR1__Interviewers_Ids__c
  • TR1__Interviewee_Ids__c

Note: These records are populated in the background when users create interview schedules in ATS and enter an InterviewerClosed Usually the client/hiring manager taking part in a Job interview. A recruiter can also be an Interviewer's or Interviewers' name(s) in the modal. If there are multiple names entered in these fields, then one Interview Attendee record will be created for each.

This data model shows you how those relationships work.