Outlet Object Reference
On this page
Overview
The Outlet object represents a group of registers used for StoreConnect’s point-of-sale system.
| Property | Value |
|---|---|
| API Name | s_c__Outlet__c |
| Label | Outlet |
| Plural Label | Outlets |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Address Line 1 | s_c__Address1__c |
Text(255) | No | |
| Address Line 2 | s_c__Address2__c |
Text(255) | No | |
| Anonymous Checkout Contact | s_c__Anonymous_Checkout_Contact_Id__c |
Lookup (Contact) | No | The Contact to associate with anonymous Orders |
| City | s_c__City__c |
Text(255) | No | |
| Country | s_c__Country_Id__c |
Lookup (s_c__Country__c) | No | |
| Phone | s_c__Phone__c |
Phone | No | The phone number related to this Outlet (if any) |
| Pricebook | s_c__Pricebook_Id__c |
Lookup (Pricebook2) | No | The pricebook used for POS transactions at this outlet. When set, overrides the store’s default pricebook. |
| Quicklist Product Category | s_c__Quicklist_Product_Category_Id__c |
Lookup (s_c__Product_Category__c) | No | The Product Category that POS devices on this Outlet will display on the main screen. |
| Register Code | s_c__Register_Code__c |
Text(255) | No | Contains a secret passphrase used to connect Registers to this Outlet. |
| State/Province | s_c__State__c |
Text(255) | No | |
| Store | s_c__Store_Id__c |
Lookup (s_c__Store__c) | Yes | The Store that this Outlet is connected to. |
| Tax Number | s_c__Tax_Number__c |
Text(255) | No | Tax number associated with this Outlet. |
| Zip/Postal Code | s_c__Zip_Code__c |
Text(20) | No |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Anonymous_Checkout_Contact_Id__c |
Lookup | Contact | Outlets |
s_c__Country_Id__c |
Lookup | s_c__Country__c | Outlets |
s_c__Pricebook_Id__c |
Lookup | Pricebook2 | Outlet_Pricebooks |
s_c__Quicklist_Product_Category_Id__c |
Lookup | s_c__Product_Category__c | Outlet_Quicklist_Category |
s_c__Store_Id__c |
Lookup | s_c__Store__c | Store_Outlets |
Referenced by
These objects hold a lookup or master-detail relationship to Outlet (s_c__Outlet__c). Where the referring record exists to join things together, Also links to shows what it connects this object to.
| Object | Field | Type | Relationship Name | Also links to |
|---|---|---|---|---|
| s_c__Audit_Log__c | s_c__Outlet_Id__c |
Lookup | Audit_Logs_Outlet | — |
| s_c__Cart_Fulfillment__c | s_c__Destination_Outlet_Id__c |
Lookup | Cart_Fulfillments_Destination | — |
| s_c__Cart_Fulfillment__c | s_c__Source_Outlet_Id__c |
Lookup | Cart_Fulfillments_Source | — |
| s_c__Collection_Point__c | s_c__Outlet_Id__c |
Lookup | Outlet_Collection_Points | — |
| s_c__Fulfillment_Station__c | s_c__Outlet_Id__c |
Lookup | Fulfillment_Stations_Outlet | — |
| Order | s_c__Outlet_Id__c |
Lookup | Outlet_Orders | — |
| s_c__Outlet_Stock_Location__c | s_c__Outlet_Id__c |
Lookup | Outlet_Stock_Locations | s_c__Stock_Location__c |
| s_c__Outlet_User__c | s_c__Outlet_Id__c |
Lookup | Outlet_Users | s_c__Outlet_User_Type__c, User |
| s_c__Promotion2__c | s_c__Channel_Scope_Outlet_Id__c |
Lookup | Promotions_v2_Channel_Scope_Outlet | — |
| s_c__Register__c | s_c__Outlet_Id__c |
Lookup | Outlet_Registers | — |
| s_c__Shipment__c | s_c__Destination_Outlet_Id__c |
Lookup | Incoming_Shipments | — |
| s_c__Shipment__c | s_c__Source_Outlet_Id__c |
Lookup | Outgoing_Shipments | — |
On the storefront
Storefront templates read this object through the Outlet Liquid object, written as outlet in a theme.
| Salesforce field | Liquid attribute |
|---|---|
s_c__Address1__c |
outlet.address1 |
s_c__Address2__c |
outlet.address2 |
s_c__City__c |
outlet.city |
s_c__Phone__c |
outlet.phone |
s_c__Register_Code__c |
outlet.register_code |
s_c__State__c |
outlet.state |
s_c__Tax_Number__c |
outlet.tax_number |
s_c__Zip_Code__c |
outlet.zip_code |
Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from outlet.data. See custom data fields in Liquid.
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.