Placeholder

The Placeholder object is intended to indicate a place for interactive widget content storage on the HTML template.

The list of widgets available for insertion varies depending on the type of placeholder selected.


Object API Name: clm__Placeholder__c


Field API Name Type Description

Active

clm__isActive__c

Checkbox

If enabled, the placeholder can be applied in the HTML5 markup of a slide.

Allowed Types

clm__Type__c

Picklist (Multi-Select)

Select one or several types of using widgets.

Application

clm__ApplicationId__c

Master-Detail(Application)

The CLM presentation to which the placeholder is related.

Description

clm__Description__c

Long Text(32768)

The placeholder description.

Height

clm__Height__c

Number(18,0)

The height of the placeholders (pixels).

Name

Name

Text(80)

The label of the placeholder.

Position

clm__Position__c

Number(18,0)

The placeholder order number is on a slide. Placeholders are marked as {!POSITION_n}, where n is an ordinal integer.

Template

clm__TemplateId__c

Lookup(Template)

The template with the placeholder.

Width

clm__Width__c

Number(18,0)

The width of the placeholders (pixels).

``