Vision Shelf Field Reference

The Vision Shelf record type is used to define the different shelf types and specify the shelf display in the CT Mobile app. Before taking a photo of the shelf, a mobile user selects the required shelf type.

To use CT Vision in the no-shelf mode, set the Label field value to Master.


Record Type API Name: VisionShelf


The following fields must be created on the CTM Settings (for versions prior to 2.9) or Vision Settings (since version 2.9) object for this record type:

Field API Name Type Description

Icon

Icon__c (versions lower than 2.9)

ctv__Icon__c (since version 2.9)

Text(255)

For a better visibility, set an icon for a shelf. This icon will be displayed on the shelf button on the left side of the CT Vision screen, where a user creates a photo with products that should be recognized on a shelf.

Specify an icon name if it is stored in static resources in your Salesforce org or its URL.

Label

clm__Label__c (versions lower than 2.9)

ctv__Label__c (since version 2.9)

Text(255)

Specify a shelf name that will be displayed in the CT Mobile app.

If the shelf name is set as Master, it will be the only shelf displayed in the list of shelves on the left part of the report summary creation screen.

Object

clm__Object__c (versions lower than 2.9)

ctv__Object__c (since version 2.9)

Text(255)

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

Object Record Type

ctv__VisionObjectRecordType__c

Text(255)

Not in use since version 2.9.

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.

Plan

clm__Plan__c (versions lower than 2.9)

ctv__Plan__c (since version 2.9)

Number(18,0)

Planned number of photos to take for the shelf that is displayed as a line on the shelf button. The left pointer is 0 and the right one is the planned number.

Type

clm__Type__c (versions lower than 2.9)

ctv__Type__c (since version 2.9)

Picklist

Shooting mode applied for the shelf:

Values must be manually created by the administrator.

  • Photo to create a single photo for an ordinary shelf.

  • Collection to create a photo of the outsize shelf that cannot be captured in a single shot. The photos of the collection will be merged and sent as an indivisible photo for recognition.

``