Back to Home

Document Readiness Report

The readiness gauge in the preview checks a record against the template’s required fields before you generate — showing present, missing, and no-access fields.

The Document Readiness Report is a check that runs in the preview when you view a template against a specific record. It compares the record's data against the fields you have marked required on the template, and shows — at a glance — whether that record has everything the document needs.

It catches the common problem before a document goes out: generating for a record that is missing a key field, so the PDF has blank spaces where an amount, date, or address should be.

Document readiness gauge in the preview showing a completion score, required field count, and status label The readiness gauge in the preview: a completion score, the required-field count, and a status label.


When it appears

The report shows in the preview only when both are true:

  1. You are previewing against a real record (a record is selected), and
  2. The template's primary data source has at least one field marked as required.

If no fields are marked required, the report stays hidden — there is nothing to check.


Marking fields as required

Required fields are defined on the data source, not on the canvas:

  1. Open the template's Data Source configuration.
  2. Find the field in the field list.
  3. Click the (star) toggle next to it. The star marks that field as required for document generation.

Repeat for each field the document depends on. Only fields on the primary data source are evaluated by the readiness report.

Data source configuration showing fields marked as required with the star toggle Marking fields as required in the data source configuration with the ✱ toggle.


The readiness score

The gauge shows a completion percentage — the share of required fields that are present on the record:

score = present required fields ÷ total required fields

The color and status label change with the score:

ScoreStatusMeaning
100%ReadyEvery required field has a value
71–99%Almost ReadyA few fields are missing
41–70%IncompleteMany fields are missing
0–40%Not ReadyMost required fields are missing

The summary line also shows the raw count — for example, "7 of 9 required fields".


Field-by-field breakdown

Click the report to expand a per-field list. Each required field shows one of three states:

MarkerStateMeaning
greenPresentThe field has a non-blank value on this record
red — missingMissingThe field is empty or null on this record
amber — no accessNo accessYour user does not have field-level access to read it

The no access state is a permissions signal, not a data problem: the field may well have a value, but the running user's field-level security prevents reading it — so the document would render it blank for that user. Fix it by granting field-level access via the user's profile or permission set.

Expanded readiness breakdown showing present, missing, and no-access fields per required field Expanded breakdown showing present, missing, and no-access fields.


Refreshing the report

The report re-runs automatically when you switch to a different record or version. If you update the record in another tab, refreshing the record view re-checks readiness so the score reflects the latest data.


See also