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

How to call from apex class method to batch methods.
I have apex class and methods. How to call from apex class method into batch apex class start method. If any one could you please suggest me.
I have tried executing a simple method with a debug statement in a class from the execute method in the batch class and I saw that I was able to get statement in the debug logs.
I think you should be able to call the apex class methods normally.
I hope this helps, in case if this comes handy can you please choose this as best answer so that it can be used by others in the future.
Regards,
Anutej.
You can call other class' methods from start method of your Batch class. Shouldn't be a problem. Let me know if this helps.
First the Start part is executed and below is the screenshot.
Then the execute part is runner below is the screenshot:
The method I used is below:
I hope this helps. In case if this comes handy can you please choose this as best answer so that it can be used by others in the future.