Hello. How can I print custom record with custom a...
# suitescript
b
Hello. How can I print custom record with custom advanced pdf template using suitescript? I think I should use
n/render
module but I can't find what function I should use. Maybe
render.transaction()
?
a
once you do
render.create
you have a TemplateRenderer object so the methods you want to use to actually render it will appear under that section.... renderAsPdf() renderPdfToResponse() and others depending on you actual use case
image.png