Creating a Custom Recycle Bin in NetSuite: A SuiteScript Approach

Introduction: NetSuite is a powerful and versatile Enterprise Resource Planning (ERP) system, but there are times when its native features might not fully align with your data management needs. One such scenario is the need for a custom recycle bin. While NetSuite doesn’t provide a native recycle bin feature for all records, you can implement… Continue reading Creating a Custom Recycle Bin in NetSuite: A SuiteScript Approach

Deleting Subscription Records

REQUIREMENT The requirement is to delete a few subscription records created in NS. The subscription records are of different statuses- Draft, Closed, Active, and Pending Activation. The subscriptions include change orders associated with them. Develop a script to delete subscription records through scripting. SOLUTION The requirement can be achieved by using the map /reduce script.… Continue reading Deleting Subscription Records

Saved Search/ List – Delete Multiple Records at Once

Step 1: Go to Lists > Relationships > Customers. This will pull up the Customer list page. Step 2: If Inline Editing preference is not enabled, click Edit beside the Show Inactive Once enabled, a green checkmark will appear as shown below. You will also notice a New column that will show up at the utmost… Continue reading Saved Search/ List – Delete Multiple Records at Once