Trait__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Description__c TextArea No No Description of the trait.
Display_Name__c Text Yes No Name of the trait to be displayed to the user. This is autogenerated from the Trait Category, Trait Type, and Trait Value, but can be overwritten as desired.
Product_Id__c Lookup(Product2) No No Product where the trait belongs to.
Trait_Category_Id__c Lookup(Trait_Category__c) Yes No Category of this trait. For example, colour or size.
Trait_Type_Id__c Lookup(Trait_Type__c) Yes No Type of this trait. For example, text or number.
Trait_Value_Id__c Lookup(Trait_Value__c) Yes No Value of this trait. For example, red, or 14.
sC_Id__c Text No Yes StoreConnect External ID, do not modify in Salesforce

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation