{"title":"Article Tag Object Reference","slug":"article-tag-object-reference","url":"https://support.storeconnect.com/articles/article-tag-object-reference","url_markdown":"https://support.storeconnect.com/articles/article-tag-object-reference.md","subtitle":null,"summary":"A join object between Article__c and Tag__c","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Article Tag, s_c__Article_Tag__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nA join object between Article__c and Tag__c\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Article_Tag__c` |\n| **Label** | Article Tag |\n| **Plural Label** | Article Tags |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Article | `s_c__Article_Id__c` | Lookup ([s_c__Article__c](article-object-reference)) | No | The Article for this Article Tag. |\n| Position | `s_c__Position__c` | Number(18,0) | No | The display order for this Article Tag in relation to other records for the same Article and Tag. |\n| Tag | `s_c__Tag_Id__c` | Lookup ([s_c__Tag__c](tag-object-reference)) | Yes | The Tag for this Article Tag. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Article_Id__c` | Lookup | [s_c__Article__c](article-object-reference) | Article_Tags |\n| `s_c__Tag_Id__c` | Lookup | [s_c__Tag__c](tag-object-reference) | Article_Tags |"}