{"title":"Content Change Field Object Reference","slug":"content-change-field-object-reference","url":"https://support.storeconnect.com/articles/content-change-field-object-reference","url_markdown":"https://support.storeconnect.com/articles/content-change-field-object-reference.md","subtitle":null,"summary":"Tracks content specific record field modifications.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Content Change Field, s_c__Content_Change_Field__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nTracks content specific record field modifications.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Content_Change_Field__c` |\n| **Label** | Content Change Field |\n| **Plural Label** | Content Change Fields |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Content Change Record | `s_c__Content_Change_Record_Id__c` | Lookup ([s_c__Content_Change_Record__c](content-change-record-object-reference)) | No |  |\n| Field Api Name | `s_c__Field_Api_Name__c` | Text(100) | No | The field api name that applies to this change field. |\n| New Value | `s_c__New_Value__c` | LongTextArea(131072) | No | The new value assigned to this change field. |\n| Object Api Name | `s_c__Object_Api_Name__c` | Formula (Text) | No | The object api name that this field applies to. |\n| Original Value | `s_c__Original_Value__c` | LongTextArea(131072) | No | The original value assigned to this change field. |\n| Record SC ID | `s_c__Record_SC_ID__c` | Formula (Text) | No | The sc_id associated to this change field via parent content change record. For internal use only. |\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__Content_Change_Record_Id__c` | Lookup | [s_c__Content_Change_Record__c](content-change-record-object-reference) | Content_Change_Field_Change_Record |"}