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.
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) {
Tagged:
0