Product Media Object Reference

Overview

Holds the relationship between products and media items, such as product image, videos, files etc

Property Value
API Name s_c__Product_Media__c
Label Product Media
Plural Label Product Media
Type Custom Object

Fields

Field Label API Name Type Required Description
Category s_c__Category__c Picklist No [Future Use] Scope Product Media depending on different categories such as manuals.
Media s_c__Media_Id__c MasterDetail (s_c__Media__c) No Media that the Product Media belongs to.
Position s_c__Position__c Number(18,0) No The position of this media on the associated product. Lower numbers are shown first, records without a number are sorted alphabetically by name.
Product s_c__Product_Id__c Lookup (Product2) No Product that the Product Media belongs to.
Thumbnail Preview s_c__Thumbnail_Preview__c Formula (Text) No Preview image for the related media, used to display the image on a Product related list. This is autogenerated.
StoreConnect External ID s_c__sC_Id__c Text(36) No StoreConnect External ID, do not modify in Salesforce

Relationships

Field Type Related Object Relationship Name
s_c__Media_Id__c MasterDetail s_c__Media__c Product_Media
s_c__Product_Id__c Lookup Product2 Media_Product