Vision Object Field Reference
The Vision Object record type is used to specify an object, from which a mobile user launches CT Vision Lite.
Create a separate Vision Object record for each object, which is supposed to take and view photos.
Record Type API Name: VisionObject
The following fields must be created on the Vision Settings object for this record type:
Field |
API Name |
Type |
Description Specify the API name of the lookup field from the Vision object to its parent object. For example: CTCPG__AccountId__c |
||
Enable Gallery |
ctv__IsGalleryEnabled__c |
Checkbox |
If active, a mobile user can add photos from the device gallery by long tapping the camera icon. |
||
Enable Simple View |
ctv__IsSimpleViewEnabled__c |
Checkbox |
If active, the information from the header of the Report Summary screen (actual and planned number of photos, the number of errors, and the actual number of the required report summaries) and the final summary report will not be displayed. Planned number of photos to take during the visit. If not specified, then the planned number of photos is got from the Plan field of the Vision Shelf object. |
||
Interface Fields |
ctv__InterfaceFields__с |
Long Text Area(32768) |
Specify API names of the fields from the Vision object that should be displayed under the photos in the Photo Gallery (maximum 3 fields). The Name field is always displayed, even if not specified. |
||
Filter Fields |
ctv__FilterFields__c |
Long Text Area(32768) |
Specify API names of the fields (in one string, comma separated) from the Vision object that should be displayed as filters in the separate section of the Photo Gallery. The following field types cannot be used for filtering:
|
||
Parent Object |
ctv__ParentObject__c |
Text(255) |
Specify the API name of the object used for aggregating photos from related records (for example, photos from Activities with specified Accounts). |
||
Parent Object Lookup |
ctv__ParentObjectLookup__c |
Text(255) |
|
||
Photo Name Mapping |
ctv__PhotoNameMapping__c |
Text(255) |
API name of the field that stores the name of the captured photo, which is included in a downloadable archive. By default, the ctv__PhotoName__c field value is used (also when an invalid value is set). |
||
Plan |
ctv__Plan__c |
Number(18,0) |
|
||
Provider |
ctv__Provider__c |
Text(255) |
Available values:
|
||
Vision Object |
ctv__VisionObject__c |
Text(255) |
Specify the API name of the object on the layout of which you want to add the CT Vision button. |
||
Vision Object Record Type |
ctv__VisionObjectRecordType__c |
Text(255) |
If there is at least one record type for the Vision object, specify its API name to apply the setting for the corresponding record type. Leave empty, if there are no record types for the Vision object. |
||
Vision Photo Lookup |
ctv__VisionPhotoLookup__c |
Text(255) |
Specify the API name of the {VisionObjectid} field on the Vision Photo object. |