Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Custom Button to Generate PDF
So we have a set of custom buttons that used to work - they'd basically call up the Advanced PDF template by ID and spit out the PDF. The button would grab the record ID and then apply a specific template to it.
eg https://system.na3.netsuite.com/app/accounting/print/hotprint.nl?template=141&id=5685255&printtype=transaction&trantype=salesord, vs template 103, 108, etc.
It appears that this functionality has been broken in a recent update. Now it just prints whatever is selected as the advanced form template in the customize screen and ignores the variables passed to hotprint.nl
Is there any known way to put it back in place without having to rescript all the buttons to be suitelets instead of just this quick render? If I change the selected advanced form in the customize screen it works, but that's not a solid work around as we have many different PDF options on sales orders on offer to generate.