is there an easy way to do like a saved search for...
# general
a
is there an easy way to do like a saved search for everything I've created? saved searches,scripts, etc
m
not possible in the same saved search
a
I was hoping to use like author or something. Thank you though!
s
yes you do that - start as new search or saved search --- select search type = Saved Search. In the criteria owner = user. Should give you what you want
1
a
That will get all the saved searches that were created, but I think not the scripts etc. Getting insight into everything that's been added to your NetSuite account is more complicated than it should be. I see companies built around providing those kinds of insights (like Salto and Strongpoint).
m
You could do a union all in SuiteQL for a lot of record types.
l
@mesper is that through Tim’s SuiteQL Query tool?
m
Or something else, but yes, Tim's would work
a
Interesting thing: Saved searches are stored as a short XML file with a long encoded string that when you decode it properly, resolves to more XML that contains all the search's settings. Converting it to XML would make it more indexable, and I believe that's exactly what Salto's product does. However, you can also do an Analytics Audit search to find what are basically a complex form of system notes on changes made to any of the settings, criteria, results, etc on the Searches and gather a lot of info that way. I use this technique when I'm trying to hunt down where an automated email comes from and nobody knows (granted, that should have been documented when it was created in the first place but real life happens).
a
your example is one I am also trying to hunt down lol