I am using suitelet to call map/reduce script alon...
# suitescript
r
I am using suitelet to call map/reduce script along with parameters, is there anyway to send a signal from map reduce to suitlet that it has finished the execution and then i can use suitelet for the data display
b
not easily. There is nothing like process signals. You can use custom records to keep track of status and have the map-reduce and suitelet update/check the custom record.
Can be an exercise in futility since suitelets can and will time out if you are doing this serverside