Hi I would like to get the item name from the item...
# advancedpdf
r
Hi I would like to get the item name from the item record on a packing slip , item.item.itemid is printing -Not Taxable- for each row, does anyone have any suggestions, thanks.
d
I've had to resort to a custom column field to get this in the past, as I haven't had any luck with double-joins in advanced pdf templates (i.e. "item`.
item
.`itemid") You could check the WYSIWYG editor to see if item name is accessible there. That's a surefire way of making sure you're actually able to access the field you want
r
Thanks I'm still trying