Auto close of transfer order and RMA records

Requirement The client needs to close the transfer orders and the RMA records automatically which is not scheduled and created 10 days ago. Solution A scheduled script can be used to close the transfer orders and RMS records which is not scheduled and created 10 days ago. For the Transfer and RMA orders both ignore… Continue reading Auto close of transfer order and RMA records

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