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

Is it possible to create Time based workflow rule on Pending approval requests
I have an approval process on an objects . Is it possible to write Time based workflow rules to send email notifications everyday reminding the approver to approve.
Hi,
Time based WF can't do this.
You need to this using Apex (code):
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm
I hope it helps,
All Answers
Hi,
Time based WF can't do this.
You need to this using Apex (code):
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm
I hope it helps,
Can you send sample code for sending emails to users to approve/reject till the request is approved.