Booking Object Reference
On this page
Overview
Booking stores all bookings made for bookable products
| Property | Value |
|---|---|
| API Name | s_c__Booking__c |
| Label | Booking |
| Plural Label | Bookings |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Account | s_c__Account_Id__c |
Lookup (Account) | No | The Account linked to this Booking. |
| Bookable Event | s_c__Bookable_Event_Id__c |
MasterDetail (s_c__Bookable_Event__c) | No | The Bookable Event master record. |
| Contact | s_c__Contact_Id__c |
Lookup (Contact) | No | The Contact linked to this Booking. |
| Order Product | s_c__Order_Item_Id__c |
Lookup (OrderItem) | No | The Order Item for this Booking. |
| Status | s_c__Status__c |
Picklist | No | The Status of this Booking, eg: Booked, Confirmed, Cancelled, Attended. |
| 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__Account_Id__c |
Lookup | Account | Bookings |
s_c__Bookable_Event_Id__c |
MasterDetail | s_c__Bookable_Event__c | Bookings |
s_c__Contact_Id__c |
Lookup | Contact | Bookings |
s_c__Order_Item_Id__c |
Lookup | OrderItem | Bookings |