Account Object Reference
Name | Account |
---|---|
Type | Standard Salesforce Object |
Description | StoreConnect uses the standard Salesforce Account object |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Account_Credit_Balance__c | Summary | No | No |
The total outstanding credit balance of the Account via Account Credits | |||
s_c__Account_Points_Balance__c | Summary | No | No |
The Account Points balance of the Account | |||
s_c__Active__c | Checkbox(true) | No | No |
[Future Use] If enabled this Account and all its related Contacts can purchase from all stores | |||
s_c__Brand__c | Checkbox(false) | No | No |
If enabled, indicates this Account is a brand of products in your store. This should be enabled to allow a product to lookup this account as its Brand. | |||
s_c__Credit_Hold__c | Checkbox(false) | No | No |
If enabled, this Account and all its related Contacts will not be able to use a Pay By Account Payment_Provider__c | |||
s_c__Display_Name__c | Text | No | No |
The preferred brand name to show on the website. If empty, Name will be shown instead. | |||
s_c__Is_Business__c | Checkbox(false) | No | No |
Indicates whether this Account represents a Business. | |||
s_c__Is_Location__c | Checkbox(false) | No | No |
Determines whether an Account is being used as a Location. Does not affect anything else, but will only be considered a Location when this is checked | |||
s_c__Location_Address_Source__c | Picklist | No | No |
Determines which address to use for this Location: Billing, Shipping, or neither | |||
s_c__Location_City__c | Text | No | No |
Defines the City component of this Location's Address | |||
s_c__Location_Country__c | Text | No | No |
Defines the Country component of this Location's Address | |||
s_c__Location_Display_Name__c | Text | No | No |
The name to show on the Store for this Location. If blank, Name will be used instead | |||
s_c__Location_Email__c | No | No | |
This Location's email address | |||
s_c__Location_Info_Markdown__c | LongTextArea | No | No |
s_c__Location_Meta_Description__c | LongTextArea | No | No |
s_c__Location_Meta_Keywords__c | Text | No | No |
Comma separated list of keywords to appear within the meta keywords tag in the HEAD tag of the page. | |||
s_c__Location_Meta_Title__c | Text | No | No |
The content that appears within the meta title tag in the HEAD tag of the page | |||
s_c__Location_Path__c | Text | No | Yes |
The path at which this Location Group can be found | |||
s_c__Location_Phone__c | Phone | No | No |
This Location's phone number | |||
s_c__Location_Postal_Code__c | Text | No | No |
Defines the Postal Code component of this Location's Address | |||
s_c__Location_Social_Image_Id__c | Lookup (s_c__Media__c) | No | No |
The Image to show when the Location is shared on Social Media. If not provided, will use the Location's Logo. | |||
s_c__Location_State__c | Text | No | No |
Defines the State component of this Location's Address | |||
s_c__Location_Street__c | Text | No | No |
Defines the Street component of this Location's Address | |||
s_c__Location_Website__c | URL | No | No |
This Location's website address | |||
s_c__Location__c | Location(6) | No | No |
Defines the latitude and longitude of this Location | |||
s_c__Logo_Id__c | Lookup (s_c__Media__c) | No | No |
Media record to use when showing this Account as a Brand in a store | |||
s_c__Membership_Id__c | Lookup (s_c__Membership__c) | No | No |
Membership__c that this Account has been assigned to. Can be used to give special pricing or access to restricted pages and articles. | |||
s_c__Pay_By_Account__c | Checkbox(false) | No | No |
If enabled, this Account has the ability to use a Pay By Account Payment_Provider__c, provided Credit_Hold__c is false | |||
s_c__Pricebook_Id__c | Lookup (Pricebook2) | No | No |
A specific Pricebook to be used by this Account. Only the Products contained in this Pricebook will be available for the Account to purchase once logged in. If blank the Pricebook of the Store__c will be used | |||
s_c__Subdomain__c | Text | No | Yes |
A subdomain prepended to the current Store__c.Domain__c (e.g. vipuser.example.com) that allows users to access the store via a subdomain. Can be used for custom development on a store, for example to use a different Pricebook when users access the store via the subdomain. | |||
s_c__Supplier_Notes__c | LongTextArea | No | No |
Holds any notes if this Contact is a supplier. This data is only used in POS and not exposed to customers. | |||
s_c__Supplier__c | Checkbox(false) | No | No |
If enabled, indicates this Account is a supplier of products in your store. | |||
s_c__Tax_Entity_Code__c | Picklist | No | No |
Identifies the tax exemption status to be applied to the orders. | |||
s_c__sC_Id__c | Text [External ID] | No | Yes |
StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation