Hello all, we have a user event script that errors out when it reaches it's 1000 points for the usage limit. This usually happens for large sales orders when the script is trying to check line by line all line items. I was told by NetSuite support to convert this script to a Restlet or a Scheduled script which has a higher usage points. (5000, 10,000) but I am not sure what is the best method to do this. Should it to be like we keep the user event script and have one more script like scheduled to keep a check for the timed-out orders.