{"title":"Account Points Ledger Object Reference","slug":"account-points-ledger-object-reference","url":"https://support.storeconnect.com/articles/account-points-ledger-object-reference","url_markdown":"https://support.storeconnect.com/articles/account-points-ledger-object-reference.md","subtitle":null,"summary":"Keeps track of Account Points credits and debits","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Account Points Ledger, s_c__Account_Points_Ledger__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nKeeps track of Account Points credits and debits\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Account_Points_Ledger__c` |\n| **Label** | Account Points Ledger |\n| **Plural Label** | Account Points Ledgers |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Account | `s_c__Account_Id__c` | MasterDetail ([Account](account-object-reference)) | No | The Account this record belongs to. |\n| Activated | `s_c__Activated__c` | Checkbox | No | For credit entry types, records must be activated in order to be counted in the total balance. |\n| Contact | `s_c__Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The Contact this record belongs to. |\n| Default Rate Used | `s_c__Default_Rate_Used__c` | Number(18,4) | No | Stores the points conversion rate used (if any) to calculate the points for this entry. |\n| Entry Type | `s_c__Entry_Type__c` | Picklist | No | The type of ledger entry this is: credit or debit. |\n| Expires At | `s_c__Expires_At__c` | DateTime | No | The datetime at which these points expire. |\n| Order Item | `s_c__Order_Item_Id__c` | Lookup ([OrderItem](orderitem-object-reference)) | No | The Order Item this record belongs to. |\n| Payment | `s_c__Payment_Id__c` | Lookup ([s_c__Payment__c](payment-object-reference)) | No | The Payment this record belongs to. |\n| Points Value | `s_c__Points_Value__c` | Number(18,0) | No | The number of points for this ledger entry. |\n| Reason | `s_c__Reason_Code__c` | Picklist | No | Short code representing the reason for this ledger entry. |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | No | The Store this record belongs to. |\n| Transaction Currency Value | `s_c__Transaction_Currency_Value__c` | Currency(18,2) | No | The equivalent currency value at the time this record was created. |\n| Transaction Currency | `s_c__Transaction_Currency__c` | Text(12) | No | The currency type at the time this record was created. |\n| Usage | `s_c__Usage__c` | Picklist | No | For Credit entries, indicates whether the points can be used on other Stores. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Account_Id__c` | MasterDetail | [Account](account-object-reference) | Account_Points_Ledger_Accounts |\n| `s_c__Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Account_Points_Ledger_Contacts |\n| `s_c__Order_Item_Id__c` | Lookup | [OrderItem](orderitem-object-reference) | Account_Points_Ledger_Order_Items |\n| `s_c__Payment_Id__c` | Lookup | [s_c__Payment__c](payment-object-reference) | Account_Points_Ledger_Payments |\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Account_Points_Ledger_Stores |"}