Blogs

Too Many DML Rows
Salesforce

Fixing the ‘Too Many DML Rows: 10001’ Error in Salesforce

When working with Salesforce triggers, one of the most common errors that frustrate developers is:System.LimitException: Too many DML rows: 10001 We faced this exact issue while implementing a requirement on the Customer__c object.The goal was to automatically update related Order__c and Order_Item__c records whenever certain fields on the Customer__c record changed — especially the Primary_Email__c

Read More »