KM
07/09/2026, 8:35 AMCeligo AI
07/09/2026, 8:36 AMAI generated answer (using internal Slack threads):In SuiteScript 1.0, there isn't a native method to get the URL of a Saved Search results. However, you can construct the URL manually if you have the script ID of the saved search. The basic structure of the URL is as follows:
javascript
'https://{COMPANYID}.<http://app.netsuite.com/app/common/search/searchresults.nl?searchid={SCRIPTID}&whence=|app.netsuite.com/app/common/search/searchresults.nl?searchid={SCRIPTID}&whence=>'
Replace {COMPANYID} with your NetSuite account's company ID and {SCRIPTID} with the script ID of the saved search.
Please note that this is more of a workaround and not a long-term solution as NetSuite may change their URL format.
******
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/09/2026, 8:36 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82321173
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822113037
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819549561
Celigo AI
07/09/2026, 8:36 AM