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.

  • A CLM presentation should be available for the current user.

  • The clm__IsAvailableOffline__c field should be selected to download the CLM presentation on a mobile device.

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:

  • Horizontal

  • Vertical

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:

  • If the value is not set or is the past date, the CLM presentation will be downloaded;

  • If the value is the future date, the current user should pick whether to download the CLM presentation or not. For example, set the future date for the CLM presentation that contains info about the future promo.

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.

Not in use.

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,

  • it counts taps or clicks and stores as an Application Stats record of the Slide Stats record type.

  • For Remote Detailing

    Per each slide, counting taps/clicks of the presenter and participants will be stored as an Application Stats record of the Global Stats record type.

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.

  • The presenter can use the hidden double-finger swipe gesture to like/dislike slides.

  • For Remote Detailing

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:

  • An Application Stats record of the Global Stats record type.

  • For Remote Detailing

Track slide views

clm__IsSlideViewsTrackingEnabled__c

Checkbox

If enabled,

  • counting the number of slide views and stores as an Application Stats record of the Slide Stats record type.

  • For Remote Detailing

    counting the number of slide views by the presenter and participants and stores as an Application Stats record of the Global Stats record type.

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.

``