https://netsuiteprofessionals.com logo
Title
r

rajneesh kumar

03/29/2019, 7:29 PM
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

battk

03/29/2019, 7:40 PM
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