s_c__Account_Credit__c Object Reference
Name | s_c__Account_Credit__c |
---|---|
Type | Custom StoreConnect Object |
Description | Account Credit is a record of credit extended to an Account, whether it be for a refund, gift card, or any other use. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Account_Credit_Type__c | Picklist | No | No |
An optional field that can be used to group Account Credit records if desired | |||
s_c__Account_Id__c | MasterDetail (Account) | No | No |
The Account that this Account Credit belongs to | |||
s_c__Current_Balance__c | Summary | No | No |
The current balance of this Account Credit | |||
s_c__Display_Name__c | Text | No | No |
The name for this Account Credit that the customer will see | |||
s_c__Expires_At__c | DateTime | No | No |
The exact time at which this Account Credit expires. The time zone used is per the users time zone setting in Salesforce and the time is then converted and saved as the equivalent time in UTC. If setting a future date, be sure to take any time zone changes into account. | |||
s_c__Opening_Balance__c | Currency(18, 2) | Yes | No |
The initial value of this Account Credit | |||
s_c__Store_Id__c | Lookup (s_c__Store__c) | Yes | No |
The Store that this Account Credit belongs to | |||
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