Contact Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Can_Purchase_For_Account__c | Checkbox(false) | No | No | If enabled, this Contact will be able to use a ‘Pay By Account’ Payment_Provider__c (Requires this Contact’s Account.Pay_By_Account__c to also be enabled). Contact’s created during checkout will be disabled and will need to be updated manually. |
| Can_Use_Account_Credit__c | Checkbox(false) | No | No | Determines whether the Contact is permitted to use any Account Credit for this Account |
| Can_Use_Account_Points__c | Checkbox(false) | No | No | Determines whether the Contact is permitted to use any Account Points belonging to the related Account. |
| Can_Use_Account_Pricing__c | Checkbox(false) | No | No | If enabled, this Contact is able to use its Account’s Pricebook |
| Confirmation_URL__c | Text | No | No | The URL that is emailed to this Contact for them to confirm their login on the store (if required). |
| First_Name__c | Formula | No | No | Corresponds with standard field FirstName, primarily for use with VF email templates. |
| Invitation_URL__c | Text | No | No | The URL that is emailed to this Contact for them to accept their invitation on the store (if required). |
| Last_Login_Date__c | DateTime | No | No | The date/time this customer last logged in. |
| Reset_Password_URL__c | Text | No | No | The URL that is emailed to this Contact for them to reset their password (if required) |
| Reset_Password__c | Checkbox(false) | No | No | If enabled, a ‘reset password’ email will be sent using the link from Reset_Password_URL__c. |
| SSO_Provider__c | Text | No | No | The name of the provider being used for Single Sign-On in the Store, if Single Sign-On is being used. |
| SSO_Uid__c | Text | No | Yes | The unique ID of this Contact in the Single Sign-On Provider’s system, if Single Sign-On is being used. |
| Send_Confirmation__c | Checkbox(false) | No | No | If enabled, a ‘confirm login’ email will be sent using the link from Confirmation_URL__c. |
| Send_Invitation__c | Checkbox(false) | No | No | If enabled, an invitation email will be sent using the link from Invitation_URL__c. |
| Store_Id__c | Lookup(Store__c) | No | No | |
| Terms_Accepted_On__c | DateTime | No | No | The most recent date this Contact accepted the terms and conditions. |
| Username__c | Text | No | No | The username this Contact uses to sign into the store, by default this is the email address. |
| sC_Id__c | Text | 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