Country Object Reference
On this page
Overview
A Country represents a single country to be assocated with a Zone which is used in both calculating tax or shipping within StoreConnect.
This could be "Australia" or "United States of America"
The only validation done on a country is via the
3 digit alpha code. This must be per ISO 3166 for
the system to work correctly.
| Property | Value |
|---|---|
| API Name | s_c__Country__c |
| Label | Country |
| Plural Label | Countries |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Code | s_c__Code__c |
Picklist | Yes | The country (note, this picklist must comply with the ISO 3166 standard, e.g. “AUS” for Australia or “USA” for United States) |
| StoreConnect External ID | s_c__sC_Id__c |
Text(36) | No | StoreConnect External ID, do not modify in Salesforce |
Referenced by
These objects hold a lookup or master-detail relationship to Country (s_c__Country__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__Bookable_Location__c | s_c__Country_Id__c |
Lookup | Bookable_Locations | s_c__Store__c |
| s_c__City__c | s_c__Country_Id__c |
MasterDetail | City_Country | s_c__State__c |
| s_c__Outlet__c | s_c__Country_Id__c |
Lookup | Outlets | — |
| s_c__Postcode__c | s_c__Country_Id__c |
MasterDetail | Postcodes | s_c__State__c |
| s_c__State__c | s_c__Country_Id__c |
MasterDetail | States | — |
| s_c__Stock_Location__c | s_c__Country_Id__c |
Lookup | Stock_Locations_Countries | s_c__Media__c |
| s_c__Zone_Country__c | s_c__Country_Id__c |
MasterDetail | Zone_Countries_Country | s_c__Zone__c |
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.