Hello! Does anybody know how to use item translati...
# advancedpdf
m
Hello! Does anybody know how to use item translations in Advanced PDF templates? We enabled the "Multi-language" feature, we defined translations for the items in the "System Information" tab both for displayname and salesdescription (as described in https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N2178279.html=) but, if we call it with ${item.item.displayname} in PDF template, the English description is used anyway, regardless any language change on Customer or on User. Could anybody help? Thanks a lot.
s
hi, sourcing item fields in Transaction Advanced PDFs are not supported. You can create a Transaction Line field where the value is sourced from Item > Display Name and use this field on PDF Template
if you use ${item.item.whatever}, value from the first line item will be duplicated on all lines in the PDF file. it is a known bug 😕