pub.report:runStringTemplate
WmPublic. Applies an output template to a specified document (IData object).
Input Parameters
$template | String Template to apply. |
$values | Document Document (IData object) to bind against $template. |
Output Parameters
$txt | String Results from applying $template to $values. |
Usage Notes
This service is typically invoked from other services that already have a template in a String object and an IData object that will be used to bind against the template.
Integration Server executes any services in the template file using the credentials of the user who invoked the pub.report:runStringTemplate service.