I need to mass delete records... the normal proces...
# suitescript
a
I need to mass delete records... the normal process I use is a Mass Update script to delete records, which I got as an example from @erictgrubaugh, looking at the documentation Map Update only have two parameters...
id
and
type
now the search I'm making is a Sales Order search but returning the applying transaction per line... the
id
Mass Update would get would be the Sales Order ID but that is not what I want to delete... any way around this?