1 réponse
Hi ,Please check with belwo links it will help .One aection is there "Batch Apex Governor Limits" .Please check .Statefull is a key word which we need to add with class signature to make the variable state till end of execution .https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_batch_interface.htmWe can use like below .global class SummarizeAccountTotal implements Database.Batchable<sObject>, Database.Stateful{}ThanksManoj