Template functions

The following table lists valid functions for use in a template.

Function

Description

{Field Name}

Defines the name of a field in the job or group processing definition.

To indicate the Mem Name of the FromJob and ToJob, specify {Mem Name}-{ToJob[Mem Name}

{Counter}

Incremental number to be inserted in the value

This job is Job # {Counter}

{+ | -|*{numerical field| function},quantity to add or subtract}

Indicates an amount to increment, decrement, or multiply a number in the condition name format. This function can be used to reference a previous or subsequent job.

Job#{-{Counter},1}-ENDED)

{Substr position.length,{fieldname | function}}

Indicates a substring from a specified field or function, as follows:

  • position: Offset of the substring within the field/function (zero-based)
  • length: Determines the number of characters
  • fieldname: Defines the name of the field
  • function: Defines the name of the function

    To indicate the first two characters of Mem Name, specify {Substr 0.2,{Mem Name}}.

Parent Topic

Templates