Custom template tutorial
This section describes how to make a simple custom template.
About this task
In this section we will create a simple custom template for generating a table of remediation tasks for all issues discovered during the scan. The template output will have the structure shown below, though obviously the actual data will depend on the scan you use when generating the report.
Index | Name | Count | Priority |
---|---|---|---|
1/2 | RemediationTaskA | 4 | High |
2/2 | RemediationTaskB | 2 | High |
1/3 | RemediationTaskC | 5 | Medium |
2/3 | RemediationTaskD | 2 | Medium |
3/3 | RemediationTaskE | 7 | Medium |
2/2 | RemediationTaskF | 3 | Low |
High priority tasks will be listed first, followed by Medium and then Low. For each task the table will indicate the task Index (e.g. 1/n), Name, Count (number of issues that the task applies to), and its priority.
Note: Basic familiarity
with field codes is assumed in this tutorial. For information about
field codes refer to your MS Word documentation.
Note: A complete list of valid merge fields can be opened by clicking Tools > Report > Template Based > View Field Reference.