Is it possible to add the 'Print' link dynamically...
# suitescript
m
Is it possible to add the 'Print' link dynamically as a column in a Suitelet List?
b
depends on the record type, but generally you have to inspect what happens when the print button is pressed to get the url that netsuite uses to print your record
then use that url (and importantly set its parameters) as a link for your column
m
That makes sense. I’ll try that. Thanks!