i think i get it. getInputData is sequential, map ...
# suitescript
r
i think i get it. getInputData is sequential, map and reduce are in parallel and operate on only one input while getInputData and summarize operate in bulk. either map or reduce is required, get inputData is required, and summarize is optional and operates sequentially.