Does anyone know if in Netsuite there is a cap on ...
# suitescript
y
Does anyone know if in Netsuite there is a cap on the number of records you can update at any given point using a custom RESTlet? E.g. if I was to build a RESTlet, could I do so without imposing any limitation or restriction on how many items it can receive at once, to run an update for each record?
There are governance limits imposed on how many API calls your restlet can call as well as an execution time limit.
y
@michoel thank you for this! I've been trying to find it and couldn't for the life of me 🙂