Cover pages

Cover pages contain meta data for the document in question, such as case number, document title, contacts. Cover pages can be generated with the report. They can also be included in the output file when the report document is converted and the report data contains information about documents.

You can set up a report to include a cover page for every document in the report and you can create a report that only consists of cover pages from each document by not including any underlying documents in the report, effectively creating an overview document of the underlying reports.

The option to include cover pages and/or document contents in the report must be specified as the following parameters:

  • IncludeDocumentCoverPage: Generate a cover page for the report (True/False)
  • IncludeDocumentContents: Generate report contents (True/False)

Note: The JSON file for each specific report must be edited in order to generate a cover page for the report.

Example: IncludeDocumentCoverPage and IncludeDocumentContents in the Report JSON:

            Header 
		Content-type: application/json
		OData: http://db01/OData
		Accept: application/pdf
Body
	{
		Parameters: { FileKey: ‘141’, RecordKeys: [‘20’, ‘18’] },
		IncludeDocumentCoverPage: true,
		IncludeDocumentContents: true
	}