Chris Raitzyk
07/06/2025, 11:58 AMCeligo AI
07/06/2025, 11:58 AMAI generated answer (using internal Slack threads):To create a View link on a custom saved search, you can use a Formula (Text) field in your Results. Here's a formula that you can use:
html
'<a href="https://<accountID>.<http://app.netsuite.com/app/common/custom/custrecordentry.nl?rectype=<rectypeID>&id=|app.netsuite.com/app/common/custom/custrecordentry.nl?rectype=<rectypeID>&id=>' || {internalid} || '">View</a>'
In this formula, replace <accountID>
with your NetSuite account ID, and <rectypeID>
with the internal ID for your custom record type. {internalid}
is a placeholder for the internal ID of the record in the saved search results.
This formula will create a hyperlink in the saved search results. When a user clicks on this link, they will be taken to the specific record in NetSuite.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
07/06/2025, 11:58 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851339519
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.847478747
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.843552649
Celigo AI
07/06/2025, 11:58 AM