Use this page when a Template should remain available, but something about its name, output format, layout, or source file needs to change.Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Objective
Update the reusable Template that future Reports will use. For example, update a Template when the report owner changes the required CSV columns, the file must be generated as XML instead of TXT, or the Template name is too generic for operators to identify safely.
When to use
Use this task when:
- the Template is still needed;
- the name or output format is wrong;
- an uploaded
.tplfile must be replaced; - a Template Builder Template needs block-level edits;
- future Reports should use the corrected Template.
Before you start
Check what kind of Template you are editing:
- Uploaded Template: update the name, output format, or replace the
.tplfile. - Template Builder Template: open the builder, edit the blocks, and save the generated
.tpl.
Step by step
Edit the Template fields
In Edit Template, update the fields that changed. For uploaded Templates, you can change Template Name, Output Format, and Template File (.tpl).
Templates created with Template Builder open in the builder when edited. Templates uploaded as
.tpl files open in the upload/edit wizard.Field guide
| Field | What to change | Example |
|---|---|---|
| Template Name | Required Console label for operators. It maps to name in the Console and to description in the Reporter API. | Monthly tax XML |
| Output Format | File type for future Reports. Use one of csv, xml, html, txt, or pdf. | xml |
| Template File (.tpl) | Optional replacement file. If supplied, it must be .tpl, larger than 0 bytes, and no larger than 5 MB. | Replace tax-v1.tpl with tax-v2.tpl |
| Builder blocks | Visual structure for builder-created Templates. Saving requires at least one valid block. | Add a Total amount Aggregation block |
Expected result
The Template stays on the Templates page with the updated configuration. Future Reports generated from it use the new name, output format, and Template structure.
Common errors and care points
Expecting old Reports to change
Expecting old Reports to change
Updating a Template does not rewrite Reports already generated. Generate a new Report after correcting the Template.
Replacing the file without checking output format
Replacing the file without checking output format
If the
.tpl file structure and Output Format do not match the expected delivery format, operators can generate the wrong file type.Renaming without operational context
Renaming without operational context
Names like
Template 1 or New Template are hard to distinguish during report generation. Use a name that includes the report purpose or period.Next steps
- Use Generate a Report to test the updated Template.
- Use Correct a Report if the issue was found in a generated Report.
- Use Delete a Template only if the Template is no longer needed.

