Versions Compared

Key

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

...

Discover the data available for binding

Application provides The template takes a set of data for display when invokes the template rendering APIas input when it is rendered. However, the structure and fields of the input data set varies for different operationdepends on the application that renders the template. You can use the following steps to discover what is available for binding for in the particular operation:

  1. Create a template and select the "Default" template type template;
  2. Add {*} to the template body and save the template;
  3. Navigate to the application's template configuration page, e.g. OneList notification channels, RoleManager email settings, and select the newly created template for the operation;
  4. Click the Test Mail button on the template toolbar;
  5. The the full data set is displayed as JSON.
  6. Use the JSON as the reference for creating the data bindings in your template.