function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfuser12sfuser12 

Calling method from utility class

Hi,

I know salesforce coding. But its difiicult for me to code like java. I want to write batch class but my main logic will be in utility class.
I want to know coding structure.
My requirement is my main logic will be in utility class. So query in start method will be in utility class and I have to call it in start methid of batch class.
How we can do that? Can anybody suggest?

Thanks,
sfuser12