Template
The Template object is used to store an HTML layout with placeholders.
Object API Name: clm__Template__c
| Field | API Name | Type | Description |
|---|---|---|---|
Active |
clm__isActive__c |
Checkbox |
If enabled, the template can be used in an HTML markup for a slide. |
Application |
clm__ApplicationId__c |
Master-Detail(Application) |
The CLM presentation to which the template is related. |
Description |
clm__Description__c |
Long Text(32768) |
The template description. |
Markup |
clm__Code__c |
Long Text(131072) |
The HTML code for the template. |
Max components |
clm__MaxComponents__c |
Number(18,0) |
The number of placeholders in the template. |
Template Name |
Name |
Text(80) |
The template label. |