-
How to get item's location address fields on Advanced PDF HTML Template
Hello, We use sales orders with multiple locations (each item line from the item sublist can have a different location). However, when we use the Advanced PDF HTML Template and iterate through the item's locations, we can only get the location name, not the addresses. If we display the location addresses, it will only…
-
How do I add the vendor credit info to advanced PDF?
Hi Gurus. I have been trying to update our PDF for the vendor bill. I have it not working correctly for the invoice portion, but I am struggling with the vendor credit. I can get the amount to show on the pdf, so it is recogizing that the credits are there, but no matter what I try, I am not getting the applied to…
-
Primary Contact on Transaction: How to reference in Advanced PDF/HTML Template?
Hi - I'm trying to include the name of the Primary Contact associated with a Transaction on an advanced pdf/html Invoice template and can't seem to get the Freemarker syntax correct. The field name within a saved search that delivers the correct results is {contactPrimary} and I've tried {record.contactPrimary} and…
-
How to group results set using free marker
I need help on following : I have saved search on sales order transaction there are bundle record with same name , I want to group sales order number and bundle number to print on Adv PDF template. How can we group the data using sales order number and bundle number(same for multiple rows) using free marker so that i can…