Hi Everyone,
I am scheduling a batch job through Code and setting the recurrence of once in a day.
The batch job has logic written of updating 2 fields of a standard table conditionally.
That means, it will look for some conditions and if that conditions have been met, then only it will update the fields.
And once it updates the field of table, I want to stop the further recurrence of batch job and have to end the job.
Can anyone please confirm, how this can be achieved?
Thank you in advance.