ATS v2: Interview Attendee Filtering Data Model

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