Hey, I have created one service using suitelet, Gi...
# general
j
Hey, I have created one service using suitelet, Given this service to third party.This is working properly for small data, if third party will send bulk of data getting governance issues. What is the best way to handle this issue? Please suggest me. Note: If we can trigger suitelet to schedule script it will go the queue.
b
first answer is probably to use a restlet instead
it has more points, and probably more robust authentication mechanism
second answer is to make your script more efficient with its usage of points
third answer is to implement a limit to the amount of data that your third party can send to you
least popular answer is to implement an asynchronous response using the scheduled script or map/reduce
j
They don't want restlet, they will use only suitelet