Hi All, How to handle getInputData function in a m...
# suitescript
s
Hi All, How to handle getInputData function in a mapreduce script if we have multiple searches on multiple records
b
The way you have to handle that is to perform the searches explicitly, and load the results from all of them into an array of objects. Then return the array from getInputData
s
Ok Thank you