Product_Media__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Category__c | Picklist | No | No | [Future Use] Scope Product Media depending on different categories such as manuals. |
| Media_Id__c | MasterDetail(Media__c) | No | No | Media that the Product Media belongs to. |
| Position__c | Number(18, 0) | No | 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_Id__c | Lookup(Product2) | No | No | Product that the Product Media belongs to. |
| Thumbnail_Preview__c | Formula | No | No | Preview image for the related media, used to display the image on a Product related list. This is autogenerated. |
| 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