is there any script that can mass delete the plann...
# suitescript
a
is there any script that can mass delete the planned cost? planned standard cost Record type is not available.
k
Use MapReduce and Delete Record API Example:
var salesOrderRecord = record.delete({type:record.Type.SALES_ORDER,id: 88});
a
Thank you! Map reduce worked