I'm looking to customize an advanced pdf for the p...
# advancedpdf
r
I'm looking to customize an advanced pdf for the packing slip to pull from the subsidiary of the sales order form. I can get the subsidiary onto the item fulfillment record, but struggling to get the mainaddress or other information from that subsidiary
b
I use ${subsidiary.mainaddress_text}
r
On the packing slip? it's throwing an error with ${subsidiary.mainaddress_text}
Putting in ${record.custbody_tive_subsidiary.mainaddress_text} also fails
Copy code
ERROR: Field 'subsidiary.mainaddress_text' Not Found}
looks like I just need to build out the fields into the IF record
d
hey, doesn't the packing slip have direct access to the sales order? could you try
${salesorder.subsidiary.mainaddress_text}
?
r
Had to store it locally, that did work.
👍 1