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!
PDF to File Cabinet
Guys, I need some help. I have created a pdf output of a custom record using the nlapiXMLToPDF command. I am currently usiign the below lines which allows the user to either load or save the pdf on their computer
response.setContentType('PDF',FileName);
response.write( file.getValue() );
Does anyone know if there is a way to save the pdf into the file cabinet in suite script. At present the user has to run the above lines, save the pdf to there desktop then manually upload it into the file cabinet, is it possible to automate this entire process?
Thanks