NetSuite makes this easy with a Formula(text) field and “a” tag with a link to a record.
Add the anchor tag as a Results column of type Formula(text).
Example:

Additional Features:
Target=”_blank”
If you want to open the record in a new tab you can add target=”_blank” to the end of your URL, like this:
&e=T
If you want the record to open in edit mode, simply add &e=T to the end of the URL, like this:
'<a href="https://system.netsuite.com/app/accounting/transactions/salesord.nl?id='||{createdfrom.id}||'&e=T" target="_blank">'||{createdfrom}||'</a>'