Any DB transaction method supported?
Hi all, I've looked into GlideRecord API but there isn't any method to handle DB transaction (rollback/commit). I have 2 questions as below: Question 1: In server script, I have a while loop to insert 3 records at the same time. The requirement is al...