s_c__Trait__c Object Reference

Name s_c__Trait__c
Type Custom StoreConnect Object
Description Traits provide the join between a specific Trait_Value__c, Trait_Type__c and Trait_Category__c and a Product2 object.

Field Definitions

Field Name Type Required Unique
s_c__Description__c TextArea No No
Description of the trait.
s_c__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.
s_c__Product_Id__c Lookup (Product2) No No
Product where the trait belongs to.
s_c__Trait_Category_Id__c Lookup (s_c__Trait_Category__c) Yes No
Category of this trait. For example, colour or size.
s_c__Trait_Type_Id__c Lookup (s_c__Trait_Type__c) Yes No
Type of this trait. For example, text or number.
s_c__Trait_Value_Id__c Lookup (s_c__Trait_Value__c) Yes No
Value of this trait. For example, red, or 14.
s_c__sC_Id__c Text [External ID] 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