Create and Manage Document Templates

Create standard documentation formats for distribution using Cost Management's document template capabilities. Templates use variables (fields in brackets) that are automatically populated with data from the system when documents are generated.

Project administrators can create templates for:

In this article:

Tip:

  • Members with account administrator permission can manage document templates at the account level. Create a template once and use it across all projects by adding it to the library. See Cost Settings in the Library to learn more.
  • Learn about variables to create effective document templates.

Create a Document Template

To create a document template:

  1. Go to Project Admin > Cost Management > Services.

  2. Switch to the Budget, Cost, or Change Order tab.

  3. Scroll down to the Document templates section.

  4. Click Add in the section where you want to add a template.

    Document templates section showing Add button

  5. Select Sample to download a customizable Word or Excel template.

  6. Customize the content as needed, using available document variables. See Customize Your Template for guidance.

  7. Once customized, update the template name and click Save.

  8. Drag or browse for your created document to upload it as the template.

  9. Select Save to save and exit.

Customize Your Template

When customizing your template, do not edit the content within the brackets - these are variables that the system uses to auto-populate data when generating documents. Learn more about variables.

Sample template showing variables in brackets

Payment Application Templates

Payment application templates include extra rows in the payment details table that allow you to define hierarchy levels, parent node background colors, and fonts.

Excel payment application template showing hierarchy options

Tips for payment application templates:

Use Percentages in Templates

There are two ways to incorporate percentage format into document templates.

Option 1: Automatic interpretation

Format cells as General in Excel. During import, Cost Management will automatically interpret the value as percentage (for example, 12.39 becomes 12.39%).

Excel format cells dialog showing General format

Excel showing percentage values

Tip: To add a % character to each cell, format the cell as General and manually add the % to the variable, for example: {payment.columnView.percentTotalCompleted}%.

Option 2: Native Excel percentage format

Use Excel's native Percentage format cells by defining a percentage formula. For example, for the total completed percentage column of a Cost Payment Application:

{completed | divide: revisedValue}

Excel showing Format Cells dialog and percentage formula

Learn more about Variable Formatting.

Set a Template as Default

Set a document template as default to display it first in the list of available templates when generating documents.

Document generation showing default template first

To set a template as default:

  1. Go to Project Admin > Cost Management > Services.

  2. Switch to the Budget, Cost, or Change Order tab.

  3. Scroll down to the Document templates section.

  4. Click Edit in the upper left corner of the section.

  5. Click the More menu More menu icon next to the template.

  6. Click Set as default.

    Template options showing Set as Default option

Note: The first template created for a given category is automatically marked as default.

Best Practices

Embed Fonts in Your Template

If you experience formatting issues with generated documents (such as fonts appearing differently than expected), embed the fonts in your Word template file. This ensures the document displays correctly regardless of which fonts are installed on the recipient's system.

On Mac:

  1. Open the template in Microsoft Word.
  2. Go to Word > Preferences.
  3. Select Output and Sharing > Save.
  4. Enable Embed fonts in the file.

On Windows:

  1. Open the template in Microsoft Word.
  2. Go to File > Options.
  3. Select Save.
  4. Enable Embed fonts in the file.

Template Design Tips

Troubleshooting

Review Invalid Variables

When variables in a template become invalid (due to system updates or errors), you'll see the Warning icon icon next to the affected template. To resolve:

  1. Click the More menu More menu icon next to the invalid document template.

  2. Choose Review issues.

    Template options showing Review Issues option

  3. The template downloads automatically. Open it to see comments next to invalid variables.

    Template showing comments for invalid variables

  4. Resolve the issues within the document.

  5. Upload the corrected template.

Common Issues

Issue Solution
Fonts look different in generated document Embed fonts in the template file
Variables not populating Ensure brackets { } are not modified and variable names are spelled correctly
Percentage values incorrect Check cell formatting—use General format or define a formula. See Use Percentages in Templates
Template shows warning icon Use Review issues to identify and fix invalid variables