Clint
04/12/2021, 8:21 PMal3xicon
04/12/2021, 9:00 PMal3xicon
04/12/2021, 9:00 PMal3xicon
04/12/2021, 9:03 PMal3xicon
04/12/2021, 9:03 PM${record.subsidiary}
al3xicon
04/12/2021, 9:03 PM${record.subsidiary.legalname}
Clint
04/12/2021, 9:29 PMal3xicon
04/13/2021, 1:14 PMsuitedev
04/13/2021, 6:44 PM{record.subsidiary.field}
DOES NOT WORK
But you CAN use ${subsidiary.customfield}
and ${subsidiary.nativefield}
This does work based on the subsidiary of the invoice.. I used it yesterday to get ${subsidiary.mainaddress_text}
.
The trick is that it’s not joined from the Record… it’s a separate join..
The SuiteBuilder Advanced Templates Reference Guide for Invoices calls it out.. but at first I had used ‘record.’ and then realized it’s a join of the subsidiary, and not the record.al3xicon
04/13/2021, 6:46 PM