Display applying transaction as hyperlink in saved search

  1. Create a transaction search
  2. Provide the required criteria
  3. 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.

Leave a comment

Your email address will not be published. Required fields are marked *