I want to display a custom field from a customer o...
# suitescript
s
I want to display a custom field from a customer on an item fulfillment on an Advanced PDF template and for the life of me it's not showing on the template. Here is freemarker: ${record.entity.custentity_freight_account} I tried it using ${record.entity.id and that worked. Any suggestions or should I just create a source field on the fulfillment?
n
i believe you can't actually do joins to other records. The record.entity 'join' probably just contains something like id and text. So yeah you would need to source it on to your IF record
🙌 1
👍 1
s
Thanks, I did a source and that worked fine.
🎉 1