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

Promotion code transmission Script

Requirement The client needs to implement the promotions feature in NetSuite. Therefore, need to transfer the promotion code record to the website. Map reduce script is created to transfer promotion codes to the Website. When triggered will transfer the promotion codes to the website. Solution

Saved search to list invoices with multiple deposit application

Requirement Create a saved search to list all invoices details for which the number of deposit application is more than one. Solution Create a invoice type saved search with the following criteria: Standard : Type: Invocie Applying Transaction Type: Deposit Application Summary: Applying transaction count greater than One. Results : Add necessary fields and Count… Continue reading Saved search to list invoices with multiple deposit application

Dynamic connection to Excel

Requirement We need to create a Suitelet page to load the saved search and the search results should be loaded to the Excel sheet by connecting Excel to the Netsuite using the Suitelet URL. Suitelet should be respond with CSV file format. Solution We will be creating a suitelet script to load the saved search… Continue reading Dynamic connection to Excel