Record Locking in Salesforce
In the last post, we looked at implementing a custom version of the Salesforce vote object to avoid potential record locking issues for custom objects. We did this with a child helper object that contained the data, which was then rolled up onto the parent object. But what if we