Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section
Multi-Action workflow post function

Mappings related with Template information

Column
width50%

This feature will allow you to define a workflow post function to generate a report and, at the same time, define how the result will be handled. Currently, if you want to generate a report and send it to a Confluence page or send it by email, you need to use two post functions (Send Report and Create Document Post Functions).

This new workflow post function enables you to define multiple actions, such as:

  • Attach file

  • Save locally

  • Send by email

  • Upload to a file server

use mappings related with Template information.

Column
width50%
Code Block
//available mappings


//The Template name
${XporterTemplate.Name}


//The Template description
${XporterTemplate.Description}


//The Template type (Word, Excel, RTF...)
${XporterTemplate.Type}


//The filename
${XporterTemplate.Filename}


//The installlation source
${XporterTemplate.Source}


//The creator of template
${XporterTemplate.Creator}


//Who has modified the template
${XporterTemplate.ModifiedBy}


//Created date
${XporterTemplate.Created}


//Updated date
${XporterTemplate.Updated}
Column
width50%
Image Removed




New Features and Bug Fixes

...