Skip to main content

Posts

Showing posts from November, 2025

URL link to Saved Search CSV Export

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.