$forms
Updated on Aug 19, 2025 2 minutes to readThe Forms Plugin provides methods to fetch and manage print forms on the server. It allows retrieving the content of a print-ready form along with recipient details.
Methods
Method | Description |
---|---|
getPrintForm | Fetches a print form and returns its data. |
Methods Details
getPrintForm()
• Type
(
listScriptAlias: E8ScriptAlias,
id: E8ObjectId,
printFormScriptAlias: E8ScriptAlias,
params?: PrintFormParams
) => PrintFormResult
• Details
Expects the script alias of the list,
the record ID,
the print form script alias,
and optional PrintFormParams, for example basename or filename. If params is not provided, the print form name will be used by default.
Returns a PrintFormResult object containing the form content and recipient details.