ATS v2: Interview Attendee Filtering Data Model

There is a master-detail relationship between the Interview Attendee object and SendOut 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 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.