Booking Attendee Object Reference
On this page
Overview
Booking Attendee tracks the Contacts that attended a Booking
| Property | Value |
|---|---|
| API Name | s_c__Attendee__c |
| Label | Booking Attendee |
| Plural Label | Booking Attendees |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Attendance Verified by | s_c__Attendance_Verified_By__c |
Lookup (User) | No | The User who verified the attendance of the attendee. |
| Attended | s_c__Attended__c |
Checkbox | No | Used to track whether the Contact attended the Booking |
| Booking | s_c__Booking_Id__c |
MasterDetail (s_c__Booking__c) | No | The Booking master record. |
| Attendee | s_c__Contact_Id__c |
Lookup (Contact) | No | The Contact who attended this Booking. |
s_c__Email__c |
No | Email of the booking attendee. | ||
| First Name | s_c__First_Name__c |
Text(255) | No | First name of the booking attendee. |
| Last Name | s_c__Last_Name__c |
Text(255) | No | Last name of the booking attendee. |
| Phone | s_c__Phone__c |
Phone | No | Phone of the booking attendee. |
| StoreConnect External ID | s_c__sC_Id__c |
Text(36) | No | StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Attendance_Verified_By__c |
Lookup | User | Attendees |
s_c__Booking_Id__c |
MasterDetail | s_c__Booking__c | Attendees |
s_c__Contact_Id__c |
Lookup | Contact | Attendees |