s_c__Bookable_Location__c Object Reference

Name s_c__Bookable_Location__c
Type Custom StoreConnect Object
Description Book Location defines a location that a bookable Product can be held at. Can be used both physical and virtual locations.

Field Definitions

Field Name Type Required Unique
s_c__Active__c Checkbox(true) No No
Indicates whether the Bookable Location is currently active. Can be set to false to turn off bookings for this location.
s_c__Address1__c Text No No
s_c__Address2__c Text No No
s_c__City__c Text No No
s_c__Country_Id__c Lookup (s_c__Country__c) No No
s_c__Display_Name__c Text No No
The name of the Bookable Location to show in the Store. If this is blank, Bookable Location Name will be used.
s_c__Information_Markdown__c LongTextArea No No
Information about this Bookable Location.
s_c__State__c Text No No
s_c__Store_Id__c Lookup (s_c__Store__c) Yes No
s_c__Timezone__c Picklist No No
The standard timezone for this location. All booking times will be presented in this timezone (and adjusted for daylight savings when relevant).
s_c__Virtual__c Checkbox(false) No No
Indicates this Bookable Location is not a physical location.
s_c__Zip_Code__c Text No No
s_c__sC_Id__c Text [External ID] 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