$Templates¶
$Templates provides access to templates defined in the pool definition.
In some processes, you may need a template definition to use when sending custom email messages or PDF documents. Instead of hard-coding template content in scripts, you can use the $Templates
object to: - $Templates.Get
template content. - Perform $Templates.Format
using the template.
1 |
|