We can use Formula(HTML) for the same with the given formula below,
- To open the link in new window add target=”_blank”
Case When {type}=’Sales Order’ Then ‘<a href=”https://1208265.app.netsuite.com/app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&formnumber=236&trantype=salesord&&id=’||{internalid}||’&label=Picking+Ticket&printtype=pickingticket” target=”_blank”>Print Picking Ticket</a>’ End
The 1208265 is the NS account ID
The 236 is the internal ID of Picking ticket form.