I have a map/reduce script that's designed to: run...
# suitescript
p
I have a map/reduce script that's designed to: run a saved search, get a list of SOs, create an invoice for each, and email that invoice to the customer. The saved search has 130+ results, a log statement in the
getInputData()
stage confirms there's 130+ results being returned to the
map()
stage. However, the script only created about 20 invoice, then stopped. No logged errors, just moved on. Also weird is the status page showed it going into a
reduce()
stage, but this particular script doesn't have one. Anyone have an idea why it's not going through all the results?