- 07 Mar 2025
- 2 minute read
- Print
- DarkLight
- PDF
Adding a Header or Footer to Documents in a Document Export Query
- Updated 07 Mar 2025
- 2 minute read
- Print
- DarkLight
- PDF
☑️ Prerequisite Skills: Creating a Document Export Query in Configurable Joins
Third-party systems sometimes require document metadata to be included on the document itself, as opposed to being in an associated index file.
To satisfy this requirement, we can add required information to the pdf:xml
export in the Document Export query.
In this article, we’ll use the Configurable Joins - Document query base and a subquery export to create the pdf:xml
export.
Step 1: Building the standard parts of the pdf:xml
subquery export
Start by recreating the standard portions of the pdf:xml
export.
In the Exports section, next to the Export button, select the subquery button. An Edit Part popup appears.
Set the following configurations:
Name:
pdf:xml
Output: XML
Node:
batch
In the Exports area, click the Export button. An Insert Query Part popup appears.
In the Direct Exports section, under the Document category, select Record GUID.
Click Continue. The export now appears on the Edit Part popup.
Hover over the Document Record GUID export and select the Edit (pencil) icon. An Edit Part popup appears.
Change the Name value to
@id
and click Save. The export is renamed on the Edit Part popup.In the Exports area, to the right of the Export and subquery export buttons, click the Literal button. An Edit Part popup appears.
Set the following values:
Click Save. The literal appears on the Edit Part popup.
In the Exports section, select Export button. An Insert Query Part popup appears.
In the Direct Exports section, under the Document category, select Scope.
Click Continue. The export now appears on the Edit Part popup.
Hover over the Document Record Scope export and select Edit. An Edit Part popup appears.
Change the Name value to
@scope
and click Save. The renamed export appears on the Edit Part popup.In the Exports section, click the Export button. An Insert Query Part popup appears.
In the Direct Exports section, under the Document category, select XML.
Click Continue. The export now appears on the Edit Part popup.
Hover over the Document XML export and select edit. An Edit Part popup appears.
Change the Name value to
node()
and click Save. The renamed export appears on the Edit Part popup.
Step 2: Adding an @header
attribute with desired metadata
Before adding the @header
attribute to your pdf:xml
export, consider which data need to be included, and ensure that the joins to access these data are configured appropriately. See Configurable Joins - Joining documentation for more information.
Though we are adding an @header
attribute to our pdf:xml
export, this data appears only within the footer of the resulting document.
1. Open the pdf:xml Subquery Export created above.
2. Add a nested Subquery Export by selecting the Subquery icon next to the Export button: