Hi. I have seen conflicting info on whether it is ...
# suitescript
v
Hi. I have seen conflicting info on whether it is possible to add custom columns (from the original invoices) to an advanced pdf for record type:'invoice group'. According to some Google results, it can be added via N/render module. According to Netsuite themselves, it is not possible to script this. Does anyone here have experience or suggestions on adding extra columns (outside of the standard ones available in the WYSWGM) to an invoice group?
b
your best chance is using Advanced Templates for Printing Saved Search Results
if that doesnt quite work, then you can build the data you want (probably via N/search) to use with TemplateRenderer.addCustomDataSource
👍 1
v
Thanks battk. I had a look at the N/render module though didn't think of the N/search module to get the data first to pass as a json object Will try that. thanks