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!
Customer statement generation via restlet to base64
Hello Suite people,
i am working on customer statement generation via dynamics were API triggers the script and returns base64 string to decode to pdf.
When i test via postman the base64 result string cannot decode, getting the following error
The MIME of file was detected as “text/plain”, but the decoder displays it as “application/pdf”.
keeping in mind that we have working method for sales orders and invoices and when i test in postman the result of base64 converts to pdf as it should.
any suggestion what would g wrong here?
/**
*@NApiVersion 2.x
*@NScriptType restlet
*/
define(['N/render', 'N/file', 'N/encode', 'N/record', 'N/log'], function (render, file, encode, record, log) {