All, reposting this question of mine to confirm if someone has any idea / suggestion. I have a general question for the SuiteScript gurus here. The challenge I am facing these days is with regards to different scripts (mostly userevent and Suitelet) trying to make a change on the same record with the same afterSubmit kind of function. For e.g. I know there are at least 4-5 scripts with afterSubmit function deployed on Sales Order. I have been frequently getting these emails from some of these scripts saying "Record has been changed". It's getting more frequent with more scripts and workflows being added in the system. One good thing is these scripts have the try-catch block so it does not crash the page for the user. But still it's really annoying because I know the script sending me these error emails are not executing successfully. Is there any best practice that you guys use when creating the script so you know that it will not interfere with other scripts? I asked NetSuite support if NetSuite has some kind of way to queue up the updates by different scripts - like FIFO or something or based on some logic on the back-end.