Ewww! This is marked as an enhancement (115564) Wh...
# advancedpdf
a
Ewww! This is marked as an enhancement (115564) Why are foundational features not there when they roll things out? How is it that I can access item sublist but not Sales Team? This is there workaroud: Create a custom list of sales teams and create a custom transaction body field. So essentially, don't use our native feature.
w
Hi, another way to solve it is to implement a beforeLoad-script on the event print and have that read the sales team and then setting it as a json-object as a custpage-field. That field could then be interpreted in the freemarkerc-code into a sequence that you could print.
a
Awesome! Thank you for the recommendation. I will look into it.
w
Have a look at SuiteAnswer 50168 where they show how you can do something similar when wanting to print the tax table.
a
@Watz Thank you! This will work great.