How do you get the parameters passed by N/task fro...
# suitescript
k
How do you get the parameters passed by N/task from within the map/reduce? I tried
runtime.getCurrentScript().getParameter({name: 'locations'})
but it's not returning anything.