Hello, is it possible to create a PDF on a MR scri...
# suitescript
i
Hello, is it possible to create a PDF on a MR script? Im using
renderAsPDF()
Im trying to do that. I create the render object using
render.create()
then set the template id using
setTemplateByScriptId
the just save the result of that on the file cabinet using
renderer.renderAsPdf();
but is returning an unexpected error when calling
renderAsPDF()