{"title":"Booking Attendee Object Reference","slug":"attendee-object-reference","url":"https://support.storeconnect.com/articles/attendee-object-reference","url_markdown":"https://support.storeconnect.com/articles/attendee-object-reference.md","subtitle":null,"summary":"Booking Attendee tracks the Contacts that attended a Booking","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Booking Attendee, s_c__Attendee__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nBooking Attendee tracks the Contacts that attended a Booking\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Attendee__c` |\n| **Label** | Booking Attendee |\n| **Plural Label** | Booking Attendees |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Attendance Verified by | `s_c__Attendance_Verified_By__c` | Lookup ([User](user-object-reference)) | No | The User who verified the attendance of the attendee. |\n| Attended | `s_c__Attended__c` | Checkbox | No | Used to track whether the Contact attended the Booking |\n| Booking | `s_c__Booking_Id__c` | MasterDetail ([s_c__Booking__c](booking-object-reference)) | No | The Booking master record. |\n| Attendee | `s_c__Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The Contact who attended this Booking. |\n| Email | `s_c__Email__c` | Email | No | Email of the booking attendee. |\n| First Name | `s_c__First_Name__c` | Text(255) | No | First name of the booking attendee. |\n| Last Name | `s_c__Last_Name__c` | Text(255) | No | Last name of the booking attendee. |\n| Phone | `s_c__Phone__c` | Phone | No | Phone of the booking attendee. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Attendance_Verified_By__c` | Lookup | [User](user-object-reference) | Attendees |\n| `s_c__Booking_Id__c` | MasterDetail | [s_c__Booking__c](booking-object-reference) | Attendees |\n| `s_c__Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Attendees |"}