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