Question regarding scripts and Advanced templates:...
# suitescript
s
Question regarding scripts and Advanced templates: For a template not tied to any record type or search (the template is actually to be used for emails), is there any way to render that template as HTML, other than returning the HTML response through a Suitelet using
renderer.renderToResponse
? For PDF printing there is
renderer.renderAsPdf
, but there seems to be no corresponding server-side version of that for HTML printing in the documentation for
N/render