You need to sign in to do that
Don't have an account?
update all the opportunities close date as today using batch class ?
Hi all,
I am begineer of salesforce.please help me the below feature development.
Write batch to update all the opportunities close date as today() ?
Thanks in advance
Bala
I am begineer of salesforce.please help me the below feature development.
Write batch to update all the opportunities close date as today() ?
Thanks in advance
Bala
use this code. it must solve your problem also define a Schedular for batch class to run your batch class every hour.
Here is the class
Please let me know if it works.
if it works, mark it the best answere so others can take advantage from it.
All Answers
As it is, you are asking for help without appearing to have tried anything yourself - that looks more like asking us to do it for you rather than provide assistance.
use this code. it must solve your problem also define a Schedular for batch class to run your batch class every hour.
Here is the class
Please let me know if it works.
if it works, mark it the best answere so others can take advantage from it.
Thank you so much.
Regards,
Bala