Widget

The Widget object is intended to store a separate editable element of the slide template.

If the widget record was modified, the HTML code of an entire slide is recalculated and updated.


Object API Name: clm__Widget__c


The table below does not contain a complete description of the Widget fields. We are working on updating the information.
Field API Name Type Description

Active

clm__isActive__c

Checkbox

If enabled, the widget can be used in an HTML markup for a template.

Application

clm__ApplicationId__c

Master-Detail(Application)

The CLM presentation to which the widget is related.

Autoplay

clm__Autoplay__c

Checkbox

Calibre

clm__Calibre__c

Number(18,0)

Chat Types

clm__ChatTypes__c

Picklist

The available values: column, line, pie, spline, area.

Chat Values

clm__ChatValues__c

Long Text Area(32768)

Code

clm__Code__c

Long Text(131072)

The HTML5 code for the widget.

Custom Style

clm__CustomStyle__c

Checkbox

Data

clm__Data__c

Long Text Area(32768)

Default

clm__Default__c

Number(16,2)

Field Name

clm__FieldName__c

Text(255)

Height

clm__Height__c

Number(18,0)

The height of the widget.

Labels

clm__Labels__c

Long Text Area(32768)

LabelString

clm__LabelString__c

Long Text Area(32768)

Legend

clm__Legend__c

Text(255)

Legend Location

clm__LegendLocation__c

Text(255)

Max

clm__Max__c

Number(16,2)

Min

clm__Min__c

Number(16,2)

Object Name

clm__ObjectName__c

Text(255)

Placeholder

clm__Placeholder__c

Lookup(Placeholder)

The placeholder to which the widget is related.

Position

clm__Position__c

Formula(Number)

Show Legend

clm__ShowLegend__c

Checkbox

Slide

clm__Slide__c

Master-Detail(Slide)

The slide to which the widget is related.

Step

clm__Step__c

Number(16,2)

Theme

clm__Theme__c

Text(50)

Title

clm__Title__c

Text(255)

Thetitle of the widget.

Tooltip

clm__Tooltip__c

Checkbox

Type

clm__Type__c

Picklist

The available values of widget types:

  • Rich Text

    For changes on the HTML-layout, text blocks places, and images.

  • Slider

    An interactive customizable widget that can aggregate numerical values.

  • Chart

    An interactive diagram widget.

  • Sortable

    An interactive sorting widget.

  • Video

    A widget for inserting a video into a slide.

Values

clm__Values__c

Long TextArea(32768)

ValueString

clm__ValueString__c

LongText Area(32768)

VideoId

clm__VideoId__c

Text(32)

Forwidget Video type.

Video Source

clm__VideoSource__c

Picklist

For widget Video type. The available values: YouTube, Custom URL, SF Content.

Video URL

clm__VideoURL__c

Long Text Area(2000)

For widget Video type.

Width

clm__Width__c

Number(18,0)

The width of the widget.

``