does anybody know if you can change the name of th...
# advancedpdf
m
does anybody know if you can change the name of the PFD when it downloads to be customized?
i.e when we print a quote it prints as Estimate{internalID}, management want's it printing as {customer}-{title}-quote-{docid}
m
You can, but via script - i have done it a few times... The easiest way is to create a print button on the transaction, and then use the render function from suitescript 2 and you can rename the file to whatever you need by getting the information from the customer record/transaction record
🙌 1
m
got it, i'll give it a try 🙂