On Invoice Group Adv PDF, is subsidiary not availa...
# advancedpdf
b
On Invoice Group Adv PDF, is subsidiary not available??
a
I'd be surprised if you couldn't pull that in - you may need to grab it from the Customer record?
b
subsidiary field is on the group invoices but the subsidiary?? evaluates to false in the PDF
a
can you print the subsidiary value out?
b
I don't know what you mean by that, I can't print anything using subsidary.[feildname]
a
got it - was basically wondering if ${record.subsidiary} printed anything
but you could also try grabbing it from the customer or the first invoice
something like
${groupedinvoices_detailed[0].subsidiary}
maybe
or
${record.customer.subsidiary}
(might be
${record.entity.subsidiary}
)
b
Thanks for the help, in the end I had to create custom fields that sourced from Subsidiary record
a
That would have been my last suggestion. Invoice group record / pdfs are super annoying! Glad you got it working in the end.
💯 2