Is this not valid? renderer.setTemplateByScriptId(...
# suitescript
n
Is this not valid? renderer.setTemplateByScriptId({ scriptId: 'custtmpl_packing_slip' }); I am not getting any content but renderer.setTemplateById(105) works fine and generate the PDF.
d
try
CUSTTMPL_PACKING_SLIP
n
Thanks @David B. Yes, that did the trick.