HI @excelymsp
Originally posted by excelymsp
View Post
Is there a way to change the default filename of a transaction printout?
We wanted to make it more descriptive, e.g. “CompanyName PO XXXX” where XXXX is the PO number.
Not exactly what you are looking for however I have a work around (of sorts)…
but if you produce your PO using Advanced PDF/HTML you can change elements of your transaction that includes its title;
HTML Code:
This is from one of my templates;
You could use something like;
HTML Code:
I use ${record.billaddressee} because its simple to set up and consistent…
When you SAVE the PDF it will use the default NetSuite filename like “purchord00000” but if you PRINT the document from the Chrome Browser (i don’t know about other browsers) and use the SAVE AS PDF option (see photo) it will use the new value attribute you are seeking.
Im open to others suggestions…
Russ