Question: Can we make a map/reduce script return value to the script that calls it ?
Scenerio : I've a suitelet that calls a lib file for some process and that lib file returns back a value to suitelet to write on the screen.
Now , while executing the lib file, there is api usage limit exceed error thrown.
So , I wanted the lib file part to be made into a map reduce which returns the value back to suitelet (as the lib file did), that the suitelet can write on the screen..
Also you can suggest an alternate workaround for my case.!
Kindly advice !