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

If there are multiple values in these fields, then one Interview Attendee record will be created for each.

This data model shows you how those relationships work.