Workbook Export (beta) <https://chrome.google.com/...
# suitescript
d
@dcrsmith assuming you are the dev for the saved search one as well? https://chrome.google.com/webstore/detail/netsuite-search-export/gglbgdfbkaelbjpjkiepdmfaihdokglp?hl=en-US if you are still maintaining this project, could you check out the comment I left under the Support tab regarding "Exposing Additional Standalone Search Types" ? seems like should be relatively easy update, adds some nice enhancement for those other search types :)
d
It does a basic
load()
and if it fails I'm assuming the search is not supported. However, I see what you're saying from the link you provided. I'll see what I can do. Maybe knock out a few other requests too.
👍 1
d
@dcrsmith thanks, that would be awesome!!! also idk what limitations may have existed at the time, but using the SuiteScript2.0 might alleviate some of that too. if it it was limitation of getting the 2.0 N/modules loaded I think @michoel script here might help with that: https://gist.github.com/michoelchaikin/404b391a087126690105937bf6e65786
d
Yah, it was a challenge to figure out the files because you cannot access/use the libs already loaded by NS, you have to load them again. There were about 11 files to make it work.