Hello! I have a RESTlet that's generating transac...
# suitescript
e
Hello! I have a RESTlet that's generating transaction PDF file on the fly via
nlapiPrintRecord
. Then get its base64 content via
getValue()
method and return it to the caller of RESTlet which is another application. Now, when the caller decodes the base64 content and show the PDF in a browser, some columns of the transaction printout are missing specifically date columns. Has anyone here experienced the same case?