Skip to content
Report · Administration

Saved searches

Every saved search with its type, owner, sharing and creation date.

  • customization
  • audit
  • cleanup
Sample preview, fictional dataYour own figures appear after import.

01

About this report

One row per saved search with its name, script id, search type, owner, whether it is public, whether it is inactive, and when and by whom it was created.

Use it before a cleanup to find duplicates, searches owned by people who have left, and public searches that show more than they should.

02

Sample preview

Fictional figures in the shape you will see. Yours come from your account.

SearchScript idSearch typeOwnerPublicInactiveCreatedCreated by
Open orders by repcustomsearch_open_orders_repTransactionDana WhitfieldYesNo2024-02-11Dana Whitfield
AP aging for CFOcustomsearch_ap_aging_cfoTransactionTom OkaforNoNo2023-06-30Tom Okafor
Customers missing emailcustomsearch_cust_no_emailCustomerPriya NatarajanYesNo2025-01-17Priya Natarajan
Old import checkcustomsearch_import_checkItemFormer AdminYesYes2021-09-03Former Admin

03

The SuiteQL

This is the query each report runs. Read it, copy it, or change it after import.

Saved searches
SELECT ss.name AS search_name,
       ss.scriptid AS script_id,
       ss.searchtype AS search_type,
       BUILTIN.DF(ss.owner) AS owner,
       ss.ispublic AS is_public,
       ss.isinactive AS is_inactive,
       TO_CHAR(ss.createddate, 'YYYY-MM-DD') AS created,
       BUILTIN.DF(ss.createdby) AS created_by
  FROM savedsearch ss
 ORDER BY search_type, search_name

ReportAdministration

Saved searches

Screenshot of the Saved searches report in HiScale Advanced Reports, filled with fictional sample data
Sample preview, fictional dataOpen image full size (opens in a new tab)