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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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