Account_Credit__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Account_Credit_Type__c Picklist No No An optional field that can be used to group Account Credit records if desired
Account_Id__c MasterDetail(Account) No No The Account that this Account Credit belongs to
Current_Balance__c Summary No No The current balance of this Account Credit
Display_Name__c Text No No The name for this Account Credit that the customer will see
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.
Opening_Balance__c Currency(18, 2) Yes No The initial value of this Account Credit
Store_Id__c Lookup(Store__c) Yes No The Store that this Account Credit belongs to
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