Opening_Time__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Active__c Checkbox(true) No No If the opening time is active it will be included in calculations on if the collection point is open or not
Close_Time__c Picklist Yes No Close_Time__c represents the 24 hour clock time that this opening time ends at. You can modify this picklist to have any valid 24 hour clock value in it from 00:00 to 23:59.
Collection_Point_Id__c Lookup(Collection_Point__c) No No The Collection_Point__c which this opening time is related to.
Date__c DateTime No No Date when this Opening Time will take place. Use this field instead of Day when you want the Opening Time to only occur on a specific date in time, for example, a public holiday. If there is an Opening Time set to recur every week (for example every Monday) and another Opening Time with a Date (a specific Monday) then the specific Opening Time will be used in preference to the day.
Open_Time__c Picklist Yes No Open_Time__c represents the 24 hour clock time that this opening time starts at. You can modify this picklist to have any valid 24 hour clock value in it from 00:00 to 23:59.
Weekday__c Picklist No No Weekday__c represents the day of the week that this opening time is used. This is used to set up your standard Monday to Sunday opening times. Handle exceptions that override this (such as public holidays or special events) by making an Opening Time on a specific date.
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