Attendee__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Attendance_Verified_By__c | Lookup(User) | No | No | The User who verified the attendance of the attendee. |
| Attended__c | Checkbox(false) | No | No | Used to track whether the Contact attended the Booking |
| Booking_Id__c | MasterDetail(Booking__c) | No | No | The Booking master record. |
| Contact_Id__c | Lookup(Contact) | No | No | The Contact who attended this Booking. |
| Email__c | No | No | Email of the booking attendee. | |
| First_Name__c | Text | No | No | First name of the booking attendee. |
| Last_Name__c | Text | No | No | Last name of the booking attendee. |
| Phone__c | Phone | No | No | Phone of the booking attendee. |
| sC_Id__c | Text | No | Yes | StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation