Mark
06/19/2025, 7:24 PMCeligo AI
06/19/2025, 7:24 PMAI generated answer (using internal Slack threads):In NetSuite, you can create a hyperlink in a saved search by using HTML in the formula field. However, it's important to note that NetSuite has restrictions on the HTML that can be used in search formulas. You can find more information about these restrictions in the NetSuite Help Center article titled "Restricting HTML for Search Formulas". To create a hyperlink to a PDF attachment in a saved search, you can use the following formula:
html
'<a href="' || {file.url} || '" target="_blank">View PDF</a>'
This formula concatenates the URL of the file with the HTML code to create a hyperlink. The target="_blank"
attribute opens the link in a new tab.
If you want to trace the saved search that sent a scheduled email, you can look at the internal headers of the email. You can find the internal headers by going to Files > Properties in the email. Copy and paste the internal headers to a text editor and look for the word "search". You should be able to see the search id in the headers.
******
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
06/19/2025, 7:24 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841893256
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841211319
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.832839906
Celigo AI
06/19/2025, 7:24 PM