Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Pass Scheduled Script Results to Suitelet?
Hi,
I have a Suitlet that allows the user to select Invoices that he or she would like to print through a form. The Suitelet then passes the Invoice IDs, the user selected, to a scheduled script via a parameter. I am then going to setup the scheduled script to create a custom PDF based on the data. Lastly I want to display the PDF the scheduled script creates in the Suitelet.
At first I had the custom PDF being created in the Suitelet itself. This worked perfectly, but I ran into usage limits when too many invoices where selected. I hope to use a scheduled script to get around this, but I don't know how to pass the result of the schedule script back into the Suitelet. Is this possible?