+ Start a Discussion
DML2020DML2020 

Debug log DML_BEGIN operation

From my debug logs for a scheduled job, I read

11:00:38.253 (4628820131)|DML_BEGIN|[56]|Op:Insert|Type:NU__SendEmailResult__c|Rows:11
 

What are the Rows referencing?

AbhinavAbhinav (Salesforce Developers) 
Hi,

As it is DML insert operation so here rows refers number of records of object 'NU__SendEmailResult__c' that is being inserted.

If it helps mark it as best answer.

Thanks!