Hey everyone, I have a client who wants to download everything from their NetSuite file cabinet. Is this possible or is there a way to download all the files over the years that are stored in the NetSuite file cabinet so the file cabinet can be cleaned up? Appreciate any help or guidance on this. Thank you.
n
NickSuite
08/12/2025, 6:25 PM
You can download each folder separately.
a
Ahad Arain
08/12/2025, 6:33 PM
Makes sense, thank you. But not way to bulk download all the folders? There are hundreds so it seems it would be a tedious activity.
n
NickSuite
08/12/2025, 6:34 PM
You can use SDF. But it limits to SuiteScripts folder only.
a
Ahad Arain
08/12/2025, 6:35 PM
Thank you
c
christianRILECPQ
08/13/2025, 2:38 AM
You can use SuiteScript to bulk download file cabinet contents. Create a script that searches all file records and downloads them via the file module. There's also the bulk download feature in the file cabinet UI but it's limited to smaller batches.
For large volumes, scripting is your best bet. Just be mindful of governance limits when processing lots of files. Most teams export in chunks rather than all at once.