Slide

The Slide object is intended to store an individual page of a CLM presentation with a unique index number.


Object API name: clm__Slide__c


Field API Name Type Description

Active

clm__isActive__c

Checkbox

If enabled, the slide will be downloaded on the mobile device.

Application

clm__ApplicationId__c

Master-Detail(Application)

The CLM presentation to which the slide is related. Only slides with reference to the current CLM presentation will be displayed via demonstration.

Branch

clm__Branch__c

Picklist

A branch is a path with the appropriate order of slides specified by the user. Each slide can contain links to several branches. Depending on the user’s choice (via JS Bridge, link, etc.) on the current slide, the CLM presentation will continue along the selected branch. During the CLM presentation, slides of the current branch and the slide, from which the branch was started, are shown.

Category

clm__Category__c

Picklist

The slide sorting for easy search of a slide.

Contains Key Message

clm__ContainsKeyMessage__c

Checkbox

Use to mark slides for the user’s logic.

Description

clm__Description__c

Long Text(32768)

The slide description.

Fixed

clm__isFixed__c

Checkbox

The slide cannot be switched to the next one using a scrolling gesture; switching to the next slide is available only through following the links.

Markup

clm__Code__c

Long Text(131072)

The HTML5 code for the slide. It can be manually added or created by using templates, widgets, and placeholders.

Order

clm__Order__c

Number(18,0)

The number of the slide order on a branch.

Preview

clm__Preview__c

Formula(Text)

The link for the preview image will be shown in Salesforce.

Currently, the clm__Preview__c field does not work. As a workaround, create a new field with the Formula type and use the following formula to enable the preview:

HYPERLINK(SUBSTITUTE(LEFT($Api.Enterprise_Server_URL_500,(FIND('/services', $Api.Enterprise_Server_URL_500))), '/services', '')&'apex/clm__AppPreview?id='&CASESAFEID(clm__ApplicationId__c),
IMAGE("https://api.rd.ctclm.com/static/slide/preview-small/"&$Organization.Id&"/"&clm__ApplicationId__c&"/"&Id&"", Name))

Required

clm__isRequired__c

Checkbox

The slide cannot be excluded from the custom scenario.

Screenshot

clm__Screenshot__c

Formula(Text)

The link for the slide screenshot. The screenshot is stored in Salesforce.

Share Allowed

clm__isShareAlowed__c

Checkbox

The slide can be selected and sent by email.

Slide Animation

clm__SlideAnimation__c

Picklist

Not in use.

Slide Name

Name

Text(80)

The slide label.

Tags

clm__Tags__c

LongTextArea(32768)

Not in use.

Template

clm__TemplateId__c

Lookup(Template)

The template that is used for the slide.

``