get saved search url in suitescript 1.0 from saved...
# ask-stanley-ai
k
get saved search url in suitescript 1.0 from saved search id
c
AI 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:
Copy code
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. ******
Slack 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
Please provide your feedback on this answer.