AutoEdge After Market: Optimistic Locking change

By default, AutoEdge uses a "very" optimistic locking approach.  That is, all changes are saved to the database without first checking to see if the modified record has in fact been changed.Here is one example of how optimistic locking could be implemented in AutoEdge.This example is only implemented for the customer table.