Application
The Application object is intended to store CLM presentations.
| The availability of functionality depends on the platform of the mobile device. For more information, refer to CT Mobile OS Comparison. |
Object API name: clm__Application__c
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Active |
clm__isActive__c |
Checkbox |
If enabled, the CLM presentation is active and will be downloaded on the mobile device during synchronization.
|
||
Application |
Name |
Text(80) |
The CLM presentation label. |
||
Application ID |
clm__APPID__c |
Text(255) (Unique Case Insensitive) |
The unique label of the CLM presentation. It may be used in the navigation for switching from the current slide to a slide in another CLM presentation. |
||
Available for Download |
clm__IsAvailableForDownload__c |
Checkbox |
If enabled, the CLM presentation is available for download. |
||
Available for Remote Detailing |
clm__IsAvailableForRD__c |
Checkbox |
If enabled, the CLM presentation can be used in Remote Detailing. The clm__isActive__c field should be checked. |
||
Available Offline |
clm__IsAvailableOffline__c |
Checkbox |
If enabled, the CLM presentation will be downloaded on the mobile device during synchronization. The clm__isActive__c field should be checked. |
||
Description |
clm__Description__c |
Long Text(32768) |
The description of the CLM presentation is specified by the administrator. |
||
Device Orientation |
clm__DeviceOrientation__c |
Picklist |
The device orientation. Available values:
If not specified, the horizontal orientation is used as the default. |
||
Feedback Comments are allowed |
clm__IsFeedbackCommentsEnabled__c |
Checkbox |
If enabled, the current user can leave a comment on a slide during the demonstration of the CLM presentation. For each slide, comments will be stored in the clm__Description__c field of the record of the Application Stats object. |
||
Forced Load Date |
clm__ForcedLoadDate__c |
Date |
During the fast synchronization, the CT Mobile app compares the current version of the CLM presentation in the clm__Version__c field with the one previously saved:
|
||
Preview |
clm__Preview__c |
Formula |
The field stores a URL link of the first slide screenshot to display on the custom Visualforce page. |
||
Product |
ProductId__c |
Lookup(Product) |
Create a field with the lookup to store the target Product records. |
||
Record Type |
RecordTypeId |
Record Type |
|
||
Screenshot ID |
clm__ScreenshotID__c |
Text(255) |
The slide ID for displaying a slide preview.
|
||
Slide Effect |
clm__SlideEffect__c |
Picklist |
Not in use. |
||
Slide reordering enabled |
clm__IsSlideReorderEnabled__c |
Checkbox |
If enabled, users can create and edit custom scenarios. |
||
Slide Zoom Enabled |
clm__IsZoomEnabled__c |
Checkbox |
If enabled, zoom in and out slides if the display mode is wk. |
||
Swipe gesture type |
clm__SwipeGestureType__c |
Picklist |
Specify a gesture to switch slides in the CT Mobile app. |
||
Track clicks on slide |
clm__IsSlideClicksTrackingEnabled__c |
Checkbox |
Per slide,
|
||
Track slide duration |
clm__IsSlideDurationTrackingEnabled__c |
Checkbox |
If enabled, it counts the view time per slide and stores it as an Application Stats record of the Slide Stats record type. |
||
Track slide likes/dislikes |
clm__IsSlideLikesTrackingEnabled__c |
Checkbox |
If enabled, it counts likes and dislikes and stores them as an Application Stats record of the Slide Stats record type.
If enabled by the presenter, participants can like/dislike slides. |
||
Track slide navigation |
clm__IsSlideNavigationTrackingEnabled__c |
Checkbox |
If enabled, the slide labels will be recorded in the navigation order:
|
||
Track slide views |
clm__IsSlideViewsTrackingEnabled__c |
Checkbox |
If enabled,
|
||
Track total duration of a presentation |
clm__IsTotalDurationTrackingEnabled__c |
Checkbox |
Counting the total view time of all slides and stores as an Application Stats record of the Global Stats record type. |
||
Version |
clm__Version__c |
Number(16,2) |
The version of the CLM presentation. Click Publish on the Application record or in Application Editor to update the version. |