Page Tag Object Reference
On this page
Overview
A join object between Page__c and Tag__c
| Property | Value |
|---|---|
| API Name | s_c__Page_Tag__c |
| Label | Page Tag |
| Plural Label | Page Tags |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Page | s_c__Page_Id__c |
Lookup (s_c__Page__c) | No | The Page for this Page Tag. |
| Position | s_c__Position__c |
Number(18,0) | No | The display order for this Page Tag in relation to other records for the same Page and Tag. |
| Tag | s_c__Tag_Id__c |
Lookup (s_c__Tag__c) | Yes | The Tag for this Page Tag. |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Page_Id__c |
Lookup | s_c__Page__c | Page_Tags |
s_c__Tag_Id__c |
Lookup | s_c__Tag__c | Page_Tags |