Account Credit Object Reference
Overview
Account Credit is a record of credit extended to an Account, whether it be for a refund, gift card, or any other use.
| Property |
Value |
| API Name |
s_c__Account_Credit__c |
| Label |
Account Credit |
| Plural Label |
Account Credits |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Account Credit Type |
s_c__Account_Credit_Type__c |
Picklist |
No |
An optional field that can be used to group Account Credit records if desired |
| Account |
s_c__Account_Id__c |
MasterDetail (Account) |
No |
The Account that this Account Credit belongs to |
| Current Balance |
s_c__Current_Balance__c |
Summary |
No |
The current balance of this Account Credit |
| Display Name |
s_c__Display_Name__c |
Text(255) |
No |
The name for this Account Credit that the customer will see |
| Expires at |
s_c__Expires_At__c |
DateTime |
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. |
| Opening Balance |
s_c__Opening_Balance__c |
Currency(18,2) |
Yes |
The initial value of this Account Credit |
| Store |
s_c__Store_Id__c |
Lookup (s_c__Store__c) |
Yes |
The Store that this Account Credit belongs to |
| StoreConnect External ID |
s_c__sC_Id__c |
Text(36) |
No |
StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field |
Type |
Related Object |
Relationship Name |
s_c__Account_Id__c |
MasterDetail |
Account |
Account_Credits |
s_c__Store_Id__c |
Lookup |
s_c__Store__c |
Account_Credits |
Last updated March 6, 2025