Skip to content
Log in

Fulfillment Station Object Reference

On this page

Overview

A Fulfillment Station represents a physical preparation area at a POS outlet — for example, a kitchen, bar, or pizza oven. Stations receive routed order items based on the fulfillment categories assigned to their products.

Property Value
API Name s_c__Fulfillment_Station__c
Label Fulfillment Station
Plural Label Fulfillment Stations
Type Custom Object

Fields

Field Label API Name Type Required Description
Name Name Text(80) Yes The Salesforce record name for this station.
Display Name s_c__Display_Name__c Text(255) No The name shown to staff in the POS interface.
Status s_c__Status__c Picklist No Operational status of the station. Values: active (default), disabled, degraded.
Offline Behavior s_c__Offline_Behavior__c Picklist No How the station behaves when offline. pass — routes to the next available station (default). accept — accepts the order locally for processing when connectivity is restored.
Weight s_c__Weight__c Number No Used to spread work across the child stations of a parent station — higher weight = more capacity, so the station can absorb more in-progress work before the system picks a sibling instead. Default is 100.
Outlet s_c__Outlet_Id__c Lookup (s_c__Outlet__c) Yes* The outlet this station belongs to. *Required in practice — a station cannot function without an outlet.
Register s_c__Register_Id__c Lookup (Register) No The register that prints dockets for this station. The station can only receive orders while its register is online (see Offline Behavior above for what happens when the register goes offline).
Parent Station s_c__Parent_Station_Id__c Lookup (s_c__Fulfillment_Station__c) No Optional parent station for grouping stations into a hierarchy.
Fallback Station s_c__Fallback_Station_Id__c Lookup (s_c__Fulfillment_Station__c) No Optional station to receive orders when this station is unavailable.
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__Outlet_Id__c Lookup s_c__Outlet__c Fulfillment_Stations
s_c__Parent_Station_Id__c Lookup s_c__Fulfillment_Station__c Child_Stations
s_c__Fallback_Station_Id__c Lookup s_c__Fulfillment_Station__c Fallback_For_Stations

Was this article helpful?

Was this article helpful?