Table of Contents

Template element

Specifies the name of the template.

Type

NonEmptyStringType

Parent

Exe

Remarks

Used in script actions of type "report".

Examples

<Exe id="3" type="report">
   <Template>test</Template>
   <Destination type="email" title="q" cc="" bcc="">dest@comp.com;</Destination>
   <Message></Message>
</Exe>