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 script id
c
AI 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:
Copy code
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. ******
Slack 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
Please provide your feedback on this answer.