Vision Hint Field Reference
The Vision Hint record type is responsible for displaying hints when a user selects the shelf type and takes a photo on the CT Vision screen.
Record Type API Name: VisionHint
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 | ||
|---|---|---|---|---|---|
Component |
clm__Component__c (versions lower than 2.9) ctv__Component__c (since version 2.9) |
Text(255) |
Specify one of the values below to display a hint in the specific place on the CT Vision screen:
|
||
Default View |
clm__View__c |
Text(255) |
Specify the short hint text. |
||
Label |
clm__Label__c (versions lower than 2.9) ctv__Label__c (since version 2.9) |
Text(255) |
Specify the setting name, for example, the shelf label. |
||
Type |
clm__Type__c (versions lower than 2.9) ctv__Type__c (since version 2.9) |
Text(255) |
Specify the shelf type to display the hint when a mobile user selects the corresponding shelf type. Values must be manually created by the administrator.
|