how to handle a restlet that is giving usage limit...
# suitescript
s
how to handle a restlet that is giving usage limit exceed in 1.0
b
the usual answer is to use less points (occasionally by writing more efficient code, though usually by forcing the client to implement paging)
or to use nlapiScheduleScript to do the work in a scheduled script instead
s
Ok Thank you