{"title":"Articles Article Categories Junction Object Reference","slug":"articles-article-categories-object-reference","url":"https://support.storeconnect.com/articles/articles-article-categories-object-reference","url_markdown":"https://support.storeconnect.com/articles/articles-article-categories-object-reference.md","subtitle":null,"summary":"Many to Many join table between Content Articles and Article Categories","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Articles Article Categories Junction, s_c__Articles_Article_Categories__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nMany to Many join table between Content Articles and Article Categories\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Articles_Article_Categories__c` |\n| **Label** | Articles Article Categories Junction |\n| **Plural Label** | Articles Article Categories Junctions |\n| **Type** | Custom Object |\n\n\u003c!-- DIAGRAM OPPORTUNITY\n     This is a junction object joining s_c__Article__c and s_c__Article_Category__c. A small three-box diagram (s_c__Article__c — s_c__Article_Category__c via s_c__Articles_Article_Categories__c) would show the many-to-many shape faster than the tables below.\n     Deferred to the diagram phase; remove this comment when a diagram is added. --\u003e\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Article | `s_c__Article_Id__c` | MasterDetail ([s_c__Article__c](article-object-reference)) | No | The article associated with this join |\n| Article Category | `s_c__Category_Id__c` | MasterDetail ([s_c__Article_Category__c](article-category-object-reference)) | No | The article category associated with this join |\n| Position | `s_c__Position__c` | Number(18,0) | No | The position of this article category.  Lower numbers are shown first, objects without a number are sorted alphabetically by name |\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__Article_Id__c` | MasterDetail | [s_c__Article__c](article-object-reference) | Content_Category_Articles |\n| `s_c__Category_Id__c` | MasterDetail | [s_c__Article_Category__c](article-category-object-reference) | Article_Article_Categories |"}