Is there a means to check if a record is being edited/saved in server-side SuiteScript? We have a situation where multiple Map/Reduce tasks could access the same Transaction record to change a field on it at the same time/very soon after each other - we don’t want these to fight with each other as they are updating a running total so if a task goes to amend a transaction only to find it is being edited we need the task to wait till that is done then retry. We have a solution designed for this problem but it feels a little clunky/overkill.