Add Hyperlink as a NetSuite Saved Search Formula Field

NetSuite Standard Detailed Output  Saved Search

Use this snippet to effectively pop open a new window when you click on the “Link”.

'<a href=https://system.netsuite.com/app/common/entity/custjob.nl?id=' || {internalid} || ' target=_blank>Link</a>'

NetSuite Group By Summary Output  Saved Search

Use this snippet for summary fields and make sure you select “Group” for your summary type.

NVL2({customer.internalid}, '<a href=https://system.netsuite.com/app/common/entity/custjob.nl?id=' || {customer.internalid} || ' target=_blank>Link</a>', '')

		

Leave a comment

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