Free cookie consent management tool by TermsFeed Modifying Document Templates [Requirements Management v21.4.1.5]
Page not found in the selected version; redirected to the home page.
Modifying Document Templates
This content applies solely to Requirements Management, which must be purchased separately from the Appian base platform. This content was written for Appian 21.4 and may not reflect the interfaces or functionality of other Appian versions.

Introduction

The Requirement Management (RM) solution provides the ability to associate a document template with a checklist item for users when creating a requirements package. This allows users to generate documents in a consistent format. The solution will also auto-populate the document with data entered into Appian.

For example, in building a requirement package a user has to create a 508 Determination document. The template for the 508 Determination form is provided to the user in the checklist item. They can click a link to generate and populate the requirement document based on the template.

autopopulate.png

This page describes how to add your templates to the solution and how to auto-populate the document.

Adding new document templates

To add templates to be used for the create document from template checklist item type:

  1. Add document template to AS RM Document Template Folder. See instructions for creating documents.
  2. In the folder properties for AS RM Document Template Folder, note the folder ID.

    Folderid.png

  3. In the document properties for each template that you added to the folder, note the document ID.
  4. Add an entry to the AS_RM_R_DOCUMENT_TEMPLATE table for each document added to the folder using the folder ID and document IDs that you just noted. See the Document Template Reference data table section.

Auto-populating new document templates

If you want the template to automatically populate with the data that is entered, update the AS RM Create Word Doc from Template process model.

To allow the template to be populated with the data entered:

  1. Open the AS RM Create Word Doc from Template process model.
  2. Add a MS Word 2007 Doc from Template Smart service document node for each template added to AS_RM_R_DOCUMENT_TEMPLATE table.

    newnode.png

  3. In the Setup tab of the added node, add Template Configuration' values and save the document to the AS RM Temporary Document Template Folder`.

    templateconfiguration.png

  4. In the Setup tab of the added node, add the fields to find in the template and the values to replace them with. You can use the sample template Capabilities Template as a guide.

    replacevariables.png

  5. In the XOR gateway Decision tab, add a new condition for each template.

    decisionnode.png

  6. In the Process Modeler, link the new node to the end node.

Modifying Document Templates

FEEDBACK