You need to sign in to do that
Don't have an account?

Hi All, Good Day! I want to run batch apex on a list of records provided. I don't want to have run any SOQL in start() method. How to achieve this?
Hi All, Good Day! I want to run batch apex on a list of records provided. I don't want to have run any SOQL in start() method. How to achieve this?
If you do not want any soql in start() then you need to come up with some other alternative.As a result to this statement, "scope" will never be empty or null, because execute won't be called if there's nothing to do.
Is there any specific reaon for not including SOQL?