Sharon Brown
09/16/2024, 4:54 PMCeligo AI
09/16/2024, 4:55 PMAI generated answer (using internal Slack threads):To add a hyperlink custom field to a saved search, you can follow these steps: 1. Create a custom field of type = Hyperlink on the record where you want the link to appear. 2. Copy the URL to the saved search into the field's default value. Make sure the URL is clean. It should end with “…searchid=[yourid]&whence=“ and it shouldn’t have all those other parameters like FILTER or SORT or GRID. 3. If you encounter an issue where the link indicates that the search has expired, try to load the search clean and fresh with no changes then copy and use that URL. 4. If the hyperlink is being displayed as text only, you might need to check the HTML restrictions for search formulas. You can find more information about this in the NetSuite Help Center under the section 'Restricting HTML for Search Formulas'. 5. If you want to route to different saved searches based on the value of a field, you can use a CASE statement in your formula. Here is an example of how to set the default value for an inline HTML field:
'<a href=''https://[inserturl]&whence=''>[linktext]</a>'
Remember to surround the entire thing in single quotes and use two single quotes before 'https' and after 'whence='.
******
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
09/16/2024, 4:55 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.84856087
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.847413659
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.837168932
Celigo AI
09/16/2024, 4:55 PM