<@U6VBKMYS1> Map Reduce scripts are quite weird to...
# suitescript
w
@lewisdd Map Reduce scripts are quite weird to understand at first. The ones i have written generally follow the same pattern - perform a search in the getInputData() method and return an array of IDs. For your requirements I think you could then just populate the map() section with the code that updates the value and saves the record. Then Summarize() to total up the number of records you updated.