Availability Object Reference
On this page
Overview
Availabilities define dates and times in which bookings can be made.
| Property | Value |
|---|---|
| API Name | s_c__Availability__c |
| Label | Availability |
| Plural Label | Availabilities |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| On these days | s_c__Days_Of_Week__c |
MultiselectPicklist | No | The days of the week that this Availability applies to. |
| End Date | s_c__End_Date__c |
Date | No | The last date that this Availability applies is in effect. If left blank, this Availability is on-going. |
| End Time | s_c__End_Time__c |
Time | No | The time of day after which no booking (whole or part) can be made. |
| Product Bookable Location | s_c__Product_Bookable_Location_Id__c |
Lookup (s_c__Product_Bookable_Location__c) | Yes | The Product Bookable Location record that this Availability applies to. |
| Start Date | s_c__Start_Date__c |
Date | No | The first date that this Availability is in effect. |
| Start Time | s_c__Start_Time__c |
Time | No | The time of day before which no booking (whole or part) can be made. |
| Unavailable | s_c__Unavailable__c |
Checkbox | No | If checked, indicates that this Availability defines an Unavailability window. |
| 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__Product_Bookable_Location_Id__c |
Lookup | s_c__Product_Bookable_Location__c | Availabilities |