Overview
Outlet 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 that this outlet belongs to. |
| 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 |
Last updated March 6, 2025