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
battk
06/22/2021, 4:52 AM
first answer is probably to use a restlet instead
battk
06/22/2021, 4:53 AM
it has more points, and probably more robust authentication mechanism
battk
06/22/2021, 4:54 AM
second answer is to make your script more efficient with its usage of points
battk
06/22/2021, 4:55 AM
third answer is to implement a limit to the amount of data that your third party can send to you
battk
06/22/2021, 4:56 AM
least popular answer is to implement an asynchronous response using the scheduled script or map/reduce
j
jayaram
06/22/2021, 4:56 AM
They don't want restlet, they will use only suitelet