Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In Canvas Studio, click Create -> Template



  2. In the Create New TemplateTemplate form, provide the following information:



Screen ItemWhat to provide
Template IDProvide a unique ID for the Template.
Template DescriptionSmall description about the Template.
Channel

Indicates for which channel the template is applicable for. The options available are:

Do you wish to configure a common template for all channels?

Yes: This template is applicable to all the following channels.

  • Desktop
  • Mobile
  • Tablet

No:Appropriate channel must be selected for the template. 

Info

Channel can be selected for each Template Config within the same Template ID.


Template Config

Provide the HTML DOM (codes) of this Template or paste the HTML/CTTPL file of the Template in WAR folder ctmodelhouse/templates and provide the path in this field.

Example for HTML DOM:


Code Block
languagejs
{{#each ALL_RECORDS}}
ACCOUNT_NAME : {{ACCOUNT_NAME}} <br/>
ACCOUNT_NO : {{ACCOUNT_NO}}
<hr>
{{/each}}


SubmitSubmit the configuration of Template.