Report Editor
Introduction
The Report Editor is a source code editing tool in FieldFX Back Office.
Use the Report Editor to edit XML templates for PDF reports.
Prerequisites
To setup and use the Report Editor, you need to:
Have these user licenses | Have these permissions | Complete these tasks and review these topics before continuing |
---|---|---|
Getting There
-
Open the report template for a PDF report and click Report Editor.
The report editor is part of the Admin Tools, accessed from https://admin.fieldfx.com. -
Once in the Admin Tools, access the Report Templates.
-
Click the pencil icon for the report template to access the editor.
How it Works
The Report Editor has the look and feel of a standard text editor.
You can edit code without having to select Edit.
Use the options on the toolbar to save your work, undo your last action, or redo your last action.
Feature | Description |
---|---|
Autocomplete |
The Autocomplete feature suggests possible entries while you type. You can select a suggestion to insert that item, saving you time and ensures you only add valid XML elements and attributes. |
Real-Time Validation |
The real-time validation feature analyzes your template while you type and highlights potential issues in red. This helps prevent mistakes and lets you know where you need to make corrections. |
Folding |
The Folding feature gives you the ability to hide blocks of code and simplify what currently displays. You can hide a block of code by clicking the arrow next to the line number. If you select to hide an XML element:
|