Delivery_Window__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Active__c Checkbox(false) No No Set the Delivery Window as enabled or disabled.
Days_of_Week__c MultiselectPicklist No No The days of the week enabled for the Delivery Window.
Duration_Unit__c Picklist No No The unit of measure for the Delivery Window Duration.
Duration__c Number(18, 0) No No The maximum number of days/weeks/months/years in the future the customer can select a delivery date.
Offset_Unit__c Picklist No No The unit of measure for the Delivery Window Offset.
Offset__c Number(18, 0) No No The minimum number of days/weeks/months/years in the future the customer can select a delivery date.
Store_Id__c Lookup(Store__c) No No The Store associated with this Delivery Window.
Times_of_Day__c LongTextArea No No The times of the day allowed for the Delivery Window. Times must be specified separated by semi-colons (;) and each time group can be entered in a new line. Example: Morning=9:00am-10:00am;10:00am-11:00am Afternoon=1:00pm-2:00pm;2:00pm-3:00pm The time group name can be omitted if needed. Example: 9:00am-10:00am;10:00am-11:00am
Timezone__c Picklist No No The timezone used by this Delivery Window.
Zone_Id__c Lookup(Zone__c) No No The Zone associated with this Delivery Window.

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation