How do I create a View link on a custom saved sear...
# ask-stanley-ai
c
How do I create a View link on a custom saved search, so the user can click on the link to get to the specific record?
c
AI 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:
Copy code
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. ******
Slack 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
Please provide your feedback on this answer.