- Create a transaction search
- Provide the required criteria
- On the results tab, along with other columns ad the following formula to display the hyperlink
Formula (Text) |
‘<a href=http://system.netsuite.com/app/accounting/transactions/purchord.nl?id=’||{applyingtransaction.internalid}||’>’||{applyingtransaction.number}||'</a>’
Make sure to copy the url from the netsuite itself and in the place of internal ID, you can enter it with the {applyingtransaction.internalid} between the pipeline symbols.