Product Image Field Reference

The Product Image object is intended to store all required information for recognition of photos by the selected provider in one place. Also, these records with product images can be displayed in custom related lists in the CT Mobile app, or in catalogs and orders of the CT Orders solution, if necessary.


Object API Name: ctv__ProductImage__c


The following fields must be created on the Product Image object:

Field API Name Type Description

CT Product

ProductId__c

Lookup(CT Product)

The parent CT Product record. The field must be manually created by the administrator.

Document Id

ctv__DocumentId__c

Text(255)

The unique Id of the product image.

Document URL

ctv__DocumentUrl__c

Text(255)

The product image name when it is stored in static resources in your Salesforce org or its URL.

External Id

ctv__ExternalId__c

Text(255) (External Id) (Unique Case Sensitive)

The product image external identifier.

Main Product Image

ctv__Main__c

Checkbox

Active, if there is a product label in the picture (frontal picture of the package).

Preview URL

ctv__PreviewUrl__c

Text(255)

The provider creates the preview of product images and then packed them into a ZIP archive. Previews are used in the clickable realogram when the mobile user taps the recognized product to see its details.

Provider

ctv__Provider__c

Picklist

The provider that uses the product image.

Product Image Name

Name

Text(80)

The product label.

``