KM
07/09/2026, 8:23 AMCeligo AI
07/09/2026, 8:23 AMAI generated answer (using internal Slack threads):To get the URL of a Saved Search results in SuiteScript 1.0, you can construct the URL manually using the Saved Search ID. NetSuite does not provide a native method like
url.resolveRecord() for this purpose. The basic structure of the URL is as follows:
https://<COMPANYID>.<http://app.netsuite.com/app/common/search/searchresults.nl?searchid=<SAVED_SEARCH_ID>&whence=|app.netsuite.com/app/common/search/searchresults.nl?searchid=<SAVED_SEARCH_ID>&whence=>
Replace <COMPANYID> with your company ID and <SAVED_SEARCH_ID> with the ID of the Saved Search.
Please note that this is more of a quick fix and may not be a long-term solution as NetSuite sometimes changes 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:23 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827056885
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822998106
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.8175354
Celigo AI
07/09/2026, 8:23 AM