Learn how to create a mass update script to delete records

NetSuite has functionality to update a group of records using the “Mass Update” feature. Basically, you define a search and then you set the values for the fields you want to update. You submit the mass update for processing, and it updates all the records with the values you had set.

Create a web application for NetSuite

NetSuite has a script type “Suitelet” which you can use to create a user interface to interact with the system. While this is works for many applications, you may want to have more control over the user interface.