Have to update a transaction record(upto 2000 records) in netsuite through script. In Netsuite, need to update a field in transaction record(order/return) line item. As its massive update thought to update through scripts.
Is it possible to do with creating a scirpt and deploying as restlet and processing all the records and update it?
You couldn't do it as a RESTlet because you would run out of governance points or your request would time out.
I suggest doing this through a Map/Reduce script/scheduled script/Mass update script.