s_c__Account_Points_Ledger__c Object Reference

Name s_c__Account_Points_Ledger__c
Type Custom StoreConnect Object
Description Keeps track of Account Points credits and debits

Field Definitions

Field Name Type Required Unique
s_c__Account_Id__c MasterDetail (Account) No No
The Account this record belongs to.
s_c__Activated__c Checkbox(true) No No
For credit entry types, records must be activated in order to be counted in the total balance.
s_c__Contact_Id__c Lookup (Contact) No No
The Contact this record belongs to.
s_c__Default_Rate_Used__c Number(18, 4) No No
Stores the points conversion rate used (if any) to calculate the points for this entry.
s_c__Entry_Type__c Picklist No No
The type of ledger entry this is: credit or debit.
s_c__Expires_At__c DateTime No No
The datetime at which these points expire.
s_c__Order_Item_Id__c Lookup (OrderItem) No No
The Order Item this record belongs to.
s_c__Payment_Id__c Lookup (s_c__Payment__c) No No
The Payment this record belongs to.
s_c__Points_Value__c Number(18, 0) No No
The number of points for this ledger entry.
s_c__Reason_Code__c Picklist No No
Short code representing the reason for this ledger entry.
s_c__Store_Id__c Lookup (s_c__Store__c) No No
The Store this record belongs to.
s_c__Transaction_Currency_Value__c Currency(18, 2) No No
The equivalent currency value at the time this record was created.
s_c__Transaction_Currency__c Text No No
The currency type at the time this record was created.
s_c__Usage__c Picklist No No
For Credit entries, indicates whether the points can be used on other Stores.
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