Is it possible to add a hyperlink to the results o...
# suiteanalytics
g
Is it possible to add a hyperlink to the results of a transaction saved search which will "print" the PDF form in the same manner that would happen if you hit the print button on the sales order record?
u
you might want to make a formula text for that one.
you need to first determine the internal id of the record and the custom form used on the transaction and then you could use a pattern similar to this one /app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&formnumber={customform}&trantype=salesord&&id={internalid}&label=Sales+Order&printtype=transaction
k
Isn't there just a print result option?
k
There's also a result column called "Print" that you can add... without all the work
g
@クリスピポテト @KevinJ of Kansas thank you both!
I never knew about the print result, that seems to do it.
👍 1