erictgrubaugh
10/26/2018, 6:30 PMvar myRec = record.load(...);
// Any number of the below
myRec.setValue(...);
myRec.setSublistValue(...);
record.submitFields(...);
myRec.save(...); // this will fail with "Record has been edited since you loaded" error