You need to sign in to do that
Don't have an account?
sowmyaa Yakkala
how to send Email to all users on every Firday
I need to Send Email to All users on Every Friday @ 10Am . So can anyone suggest how to write a Workflow with time based.
Thanks in advance...
Thanks in advance...
You can use scheduled apex and apex scheduler to run your apex class on a regular basis.
Please refer below links which might help you in this
https://developer.salesforce.com/forums/?id=906F0000000BancIAC
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_scheduler.htm
https://help.salesforce.com/articleView?id=code_schedule_batch_apex.htm&type=5
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards