Vision Info Field Reference

The Vision Info record type is responsible for viewing the product details when the clickable realogram is active.

When the mobile user taps the recognized photo on a shelf, the product details with the product preview are displayed. The product previews are stored in the same folder as the Product Images records (if they exist) on the server.

  • When the Product Code value has been changed, Salesforce rebuilds the archive with the Product Images records.

  • CT Mobile downloads the archive during the first or full synchronization.

  • If the archive has been rebuilt, CT Mobile downloads it during the next synchronization.

  • If the archive is still the same since the first or full synchronization, CT Mobile will not download it.


Record Type API Name: VisionInfo


The following fields must be created on the Vision Settings object for this record type:

Field API Name Type Description

Fields To Display

FieldsToDisplay__c

Text(255)

Specify API names of fields on the Product object whose values should be displayed when a mobile user taps the recognized product on a shelf (separated by a comma, without a blank space).

Object

clm__Object__c

Text(255)

Specify the API name of the object to apply the setting, for example, CTCPG__Activity__c.

Object Record Type

clm__ObjectRecordType__c

Text(255)

If needed, specify the API name of the record type for the object in the clm__Object__c field to apply the setting for the corresponding record type.

``