{"title":"Related Page Object Reference","slug":"related-page-object-reference","url":"https://support.storeconnect.com/articles/related-page-object-reference","url_markdown":"https://support.storeconnect.com/articles/related-page-object-reference.md","subtitle":null,"summary":"Connects different related pages together which can then shown at the bottom of each page as other related pages.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Related Page, s_c__Related_Page__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nConnects different related pages together which can then shown at the bottom of each page as other related pages.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Related_Page__c` |\n| **Label** | Related Page |\n| **Plural Label** | Related Pages |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Related Page | `s_c__Child_Id__c` | Lookup ([s_c__Page__c](page-object-reference)) | Yes |  |\n| Parent Page | `s_c__Parent_Id__c` | Lookup ([s_c__Page__c](page-object-reference)) | Yes |  |\n| Position | `s_c__Position__c` | Number(18,0) | No | Enter the position as a number of this Page in relation to other Pages of the same parent. Any pages with an empty postion will be ordered last alphabetically. |\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__Child_Id__c` | Lookup | [s_c__Page__c](page-object-reference) | Child_Page_Related_Pages |\n| `s_c__Parent_Id__c` | Lookup | [s_c__Page__c](page-object-reference) | Parent_Page_Related_Pages |"}