e.g. your suitelet could return the map/reduce task id, and the client code that invoked the suitelet could periodically check the status of the map/reduce task to know when it finishes
r
reptar
08/08/2018, 4:56 PM
there's no client script. a form is generated on request.
j
jkabot
08/08/2018, 4:57 PM
if you want the map reduce results in the browser you would need a client script to poll the status of the map reduce script and get its output (probably a file in the file cabinet) when it's finished