-
Is there any way to define more than 1 SOQL quires in a batchable class start method in Salesforce?
I have run into a case where i have to do same operation via batch over records in same object. But i cannot construct a query which can retrieve all of those records. Is there is way to achieve it with a single batchable class or i would have to create multiple classes.
Log In to reply.