Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Create PDF from Template
I am trying to create a PDF using an Opportunity record and a template. When I attempt this I get an error that I don’t understand. I would really appreciate any help.
“MISSING_PDF_PARAMETERS"
The full error says:
[CODE]{
"type":"error.SuiteScriptError",
"name":"MISSING_PDF_PARAMETERS",
"message":"Missing parameters required to generate PDF",
"stack":[
"anonymous(N/suiteletContext)",
"onRequest(/SuiteScripts/Starling/SS2/ss_opportunity_override_print_sle.js:49)"
],
"cause":{
"type":"internal error",
"code":"MISSING_PDF_PARAMETERS",
"details":"Missing parameters required to generate PDF",
"userEvent":null,
"stackTrace":[
"anonymous(N/suiteletContext)",
"onRequest(/SuiteScripts/Starling/SS2/ss_opportunity_override_print_sle.js:49)”
“MISSING_PDF_PARAMETERS"
The full error says:
[CODE]{
"type":"error.SuiteScriptError",
"name":"MISSING_PDF_PARAMETERS",
"message":"Missing parameters required to generate PDF",
"stack":[
"anonymous(N/suiteletContext)",
"onRequest(/SuiteScripts/Starling/SS2/ss_opportunity_override_print_sle.js:49)"
],
"cause":{
"type":"internal error",
"code":"MISSING_PDF_PARAMETERS",
"details":"Missing parameters required to generate PDF",
"userEvent":null,
"stackTrace":[
"anonymous(N/suiteletContext)",
"onRequest(/SuiteScripts/Starling/SS2/ss_opportunity_override_print_sle.js:49)”
0