You need to sign in to do that
Don't have an account?
DML2020
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?
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!