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.
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).