Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


  1. In Canvas Studio, click Create -> Template



  2. In the Create New Templateform, 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. 

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:

{{#each ALL_RECORDS}}
ACCOUNT_NAME : {{ACCOUNT_NAME}} <br/>
ACCOUNT_NO : {{ACCOUNT_NO}}
<hr>
{{/each}}
SubmitSubmit the configuration of Template.
  • No labels