Outlet__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Address1__c | Text | No | No | |
| Address2__c | Text | No | No | |
| Anonymous_Checkout_Contact_Id__c | Lookup(Contact) | No | No | The Contact to associate with anonymous Orders |
| City__c | Text | No | No | |
| Country_Id__c | Lookup(Country__c) | No | No | |
| Phone__c | Phone | No | No | The phone number related to this Outlet (if any) |
| Quicklist_Product_Category_Id__c | Lookup(Product_Category__c) | No | No | The Product Category that POS devices on this Outlet will display on the main screen. |
| Register_Code__c | Text | No | No | Contains a secret passphrase used to connect Registers to this Outlet. |
| State__c | Text | No | No | |
| Store_Id__c | Lookup(Store__c) | Yes | No | The Store that this Outlet is connected to. |
| Tax_Number__c | Text | No | No | Tax number associated with this Outlet. |
| Zip_Code__c | Text | No | No |
For more information about how or when to use the above, see our documentation.
Back to Documentation