how to delete records (sales orders) in bulk?
# ask-stanley-ai
o
how to delete records (sales orders) in bulk?
c
AI generated answer (using internal Slack threads):
To delete records (sales orders) in bulk in NetSuite, you have a few options: 1. Inline Editing: This is a quick way to delete records without any scripting. You need to be in a saved search that supports inline editing (must be filtered to a single record type, not grouped, etc.) and have a column with a pencil icon next to it. You can select multiple rows using the Shift key and then hit the delete record option. However, this method has a limitation on the number of records you can delete at a time (usually around 200). 2. Mass Update Script: You can use a mass update script to delete records in bulk. This method requires some scripting knowledge and extreme caution as there is no undo function. 3. SuiteScript: If you have a large number of records to delete, you can write a SuiteScript that searches for the transactions and deletes them. This method also requires scripting knowledge and should be used with caution. Remember, when deleting records in bulk, you may encounter errors if a related transaction is blocking the deletion of a particular record. Also, deleting a large number of records in one go can cause issues, so it's recommended to limit the number of records you're deleting at a time. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.849936485
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.847717106
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.845957339
Please provide your feedback on this answer.