Ever built a Saved Search that crawls instead of loads? I have, and one small workaround I have found is to add &csv=Export to the end of the URL. This will trigger the CSV export automatically. So instead of needing to view the report and then click CSV export I can go directly to getting the CSV that I ultimately want.
Full URL will end up looking something like this: https://[companyid].app.netsuite.com/app/common/search/searchresults.nl?searchid=1234&csv=Export
I have also used this for some external tools and Hot Key functions where I need the user to get the CSV file.
Comments
Post a Comment