Product_Tag__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Position__c | Number(18, 0) | No | No | The display order for this Product Tag in relation to other records for the same Product and Tag. |
| Product_Id__c | Lookup(Product2) | No | No | The Product for this Product Tag. |
| Tag_Id__c | Lookup(Tag__c) | Yes | No | The Tag for this Product Tag. |
For more information about how or when to use the above, see our documentation.
Back to Documentation