Join Slack
Powered by
Hi is it possible to add related record items e,g...
# advancedpdf
b
Binu Alexander
10/27/2021, 5:49 PM
Hi is it possible to add related record items e,g line items in a NS custom advanced pdf template ? I looked at the
https://stackoverflow.com/questions/46306951/in-netsuite-how-do-i-print-related-records-in-advanced-pdf-html-template
. Not sure if its possbile. e.g. $record.fieldID and then maybe $record.lineitem.quantity ?
w
wbermudo
10/29/2021, 3:20 AM
Yes, check existing standard (stock) adv. template for ref. <#list record.item as item> $(item.item} </#list>
👀 1
b
Binu Alexander
10/29/2021, 5:55 AM
Thank you
@wbermudo
3
Views
Open in Slack
Previous
Next