ShowTemplate
This function will show specified template on the case.
Syntax
ShowTemplate("templateName");
Function arguments
- templateName – (String) The name of the template that will be shown
Return value
This function returns Boolean.
Returns true if specified template are shown successful, false otherwise (i.e. specified template name is unknown).
Examples
Example 1:
This will show template 'document.txt’ on current case
ShowTemplate(" document.txt ");