{"title":"Related Article Object Reference","slug":"related-article-object-reference","url":"https://support.storeconnect.com/articles/related-article-object-reference","url_markdown":"https://support.storeconnect.com/articles/related-article-object-reference.md","subtitle":null,"summary":"Connects different related articles together which are then shown at the bottom of each article as other related articles.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Related Article, s_c__Related_Article__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nConnects different related articles together which are then shown at the bottom of each article as other related articles.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Related_Article__c` |\n| **Label** | Related Article |\n| **Plural Label** | Related Articles |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Related Article | `s_c__Child_Id__c` | Lookup ([s_c__Article__c](article-object-reference)) | Yes |  |\n| Parent Article | `s_c__Parent_Id__c` | Lookup ([s_c__Article__c](article-object-reference)) | Yes |  |\n| Position | `s_c__Position__c` | Number(18,0) | No | Enter the position as a number of this Article in relation to other Articles of the same parent. Any articles 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__Article__c](article-object-reference) | Child_Article_Related_Article |\n| `s_c__Parent_Id__c` | Lookup | [s_c__Article__c](article-object-reference) | Parent_Article_Related_Articles |"}