Article Tag Object Reference
On this page
Overview
A join object between Article__c and Tag__c
| Property | Value |
|---|---|
| API Name | s_c__Article_Tag__c |
| Label | Article Tag |
| Plural Label | Article Tags |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Article | s_c__Article_Id__c |
Lookup (s_c__Article__c) | No | The Article for this Article Tag. |
| 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. |
| Tag | s_c__Tag_Id__c |
Lookup (s_c__Tag__c) | Yes | The Tag for this Article Tag. |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Article_Id__c |
Lookup | s_c__Article__c | Article_Tags |
s_c__Tag_Id__c |
Lookup | s_c__Tag__c | Article_Tags |