Vedachalam Mahadevan
03/18/2025, 6:43 AMCeligo AI
03/18/2025, 6:43 AMAI generated answer (using internal Slack threads):Yes, it is possible to create a Suitelet in NetSuite that runs a saved search and provides a similar UI interface. This can be achieved by using the
serverWidget.createList(options)
method in SuiteScript to create a list view in the Suitelet. You can then use URL parameters to filter the search results and display them in the list view.
Additionally, you can also use a sublist view in the Suitelet to show the search results, which allows for pagination.
Another approach is to publish the saved search to a web address. However, this will render the result data on a website using the site theme and layouts. If you need to display raw data, you might need to create a custom Suitelet or SSP application.
Please note that you can also create a custom portlet in a custom customer center account to secure access with a login, if needed.
******
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
03/18/2025, 6:44 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.852713525
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.847881675
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.846631885
Celigo AI
03/18/2025, 6:44 AM