s_c__Article_Tag__c Object Reference
Name | s_c__Article_Tag__c |
---|---|
Type | Custom StoreConnect Object |
Description | A join object between Article__c and Tag__c |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Article_Id__c | Lookup (s_c__Article__c) | No | No |
The Article for this Article Tag. | |||
s_c__Position__c | Number(18, 0) | No | No |
The display order for this Article Tag in relation to other records for the same Article and Tag. | |||
s_c__Tag_Id__c | Lookup (s_c__Tag__c) | Yes | No |
The Tag for this Article Tag. |
For more information about how or when to use the above, see our documentation.
Back to Documentation