how can i get a saved search result to automatical...
# ask-stanley-ai
e
how can i get a saved search result to automatically link to the referenced record if the result field is a reference to a custom record type, without having to format it in html myself?
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems that you can achieve this by using a Formula (Text) in your Results. You can create a formula similar to the following:
Copy code
html
<a href="https://<accountID>.<http://app.netsuite.com/app/common/custom/custrecordentry.nl?rectype=<rectypeID>&id={internalid}%22>Record</a|app.netsuite.com/app/common/custom/custrecordentry.nl?rectype=<rectypeID>&id={internalid}">Record</a>>
In this formula, replace
<accountID>
with your account ID,
<rectypeID>
with the internal ID for your custom record type, and
{internalid}
with the internal ID of the record you want to link to. This will create a hyperlink in your saved search results that links to the referenced record. ****** 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.86985451
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838294208
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.837791383
Please provide your feedback on this answer.