Hi .. is it possible to trigger map/reduce via cli...
# suitescript
s
Hi .. is it possible to trigger map/reduce via client script?
c
As far as i know, not directly, no. You could send a post request from the client script to a suitelet, that then triggers the map/reduce script via the N/task module
s
ok thanks. Am planing to use suitelet instead clientscript