Join Slack
Powered by
is there any script that can mass delete the plann...
# suitescript
a
ABJ
03/17/2019, 1:01 PM
is there any script that can mass delete the planned cost? planned standard cost Record type is not available.
k
Kevin
03/18/2019, 5:01 PM
Use MapReduce and Delete Record API Example:
var salesOrderRecord = record.delete({type:record.Type.SALES_ORDER,id: 88});
a
ABJ
03/21/2019, 1:28 PM
Thank you! Map reduce worked
Open in Slack
Previous
Next