-
Notifications
You must be signed in to change notification settings - Fork 36
Return Filters and columns for Saved searches? #40
Comments
So you're not left hanging - Acumen Brands closed up shop years ago and this repo hasn't seen any commits in the last 9 years. There are a couple of forks floating around that might still be in active development but this repo should probably be archived. |
cmhobbs, I still use this practically daily for remote netsuite work. Thanks for letting me know. |
Maybe one of the other devs will chime in. |
You can sort of get what you want for the columns in a roundabout way. The relevant SuiteAnswers are 10280 which defines the You can build your saved search in the Netsuite UI, open up your browser console, and then execute that search. Here's how I'd execute a saved transaction search with the ID of 751:
Then you can inspect the columns on the first result:
Those names are what you'd use for the columns when crafting the JSON to rebuild that search in this library. For filters, you'd use those same column names. The possible operators are all defined in SuiteAnswer 10565. |
Pigmonkey: Thanks! That definitely helps. |
have a look at the network graph for my patches , i still run this |
I believe my fork has this feature |
One big hassle to figuring out custom searches is figuring out the names and structure of the json criteria.
Is there a way to have the filters and columns returned with "saved searches" to get how exactly how Netsuite wants to expects the format?
It returns the ones you send during an exception error using "search" but it would be nice to be able to create a search in Netsuite then pull it using "Saved search" to see the filter and column it used. Would save a bunch of trial and error.
Thanks
The text was updated successfully, but these errors were encountered: