How to Export Deleted Records from a NetSuite Saved Search
Currently, the export feature for NetSuite doesn't include "Deleted Record" as an option in the dropdown for record types. As a result, selecting a deleted record search from the saved search list or using a private ID won't work by default.
To make this work, you need to set the recordType
field to deletedrecord
using our APIs. I recommend using the Zangabox Chrome extension to simplify this process, eliminating the need to use Postman for fetching the resource and making a PUT request.
Steps:
- Open your NetSuite export in Celigo.
- Launch the Zangabox Chrome extension.
- Edit the
recordType
field, setting it todeletedrecord
. - Click PUT to save your changes.
Once updated, you'll be able to export deleted records from NetSuite. Keep in mind that you may encounter UI errors since the interface isn't designed for this scenario, but the export will run successfully.

Comments
Please sign in to leave a comment.