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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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