You have a couple of options: 1. Refactor your cod...
# suitescript
i
You have a couple of options: 1. Refactor your code, may be it's not efficient and that's why it's hitting the api usage limit. See if you can consolidate and merge some of the operations/searches in the script. 2. Invoke a scheduled script each time an order is created and move the logic over there. In this case, the update won't be immediate but rather it will depend on the scheduled scripts in queue.