You need to sign in to do that
Don't have an account?
Schedule Task
Hi ,
Can some one help me out how to make a Schedule task which sends email:
Requirement:
I have records which needs Approval from a dynamic list of Approvers. So i
created a Junction Object which holds the record and user look up[for custom object] .. The Juction object has record look up and custom Object Lookup which has status field pending and Approved ..
I need to send an email to all the users whose status is pending as daily reminders ..
can some one help me to achieve this task.
how to I send Emails to all pending records in Junction object..
daily at 9:00 AM
Hi
batch apex link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_batch_interface.htm
All Answers
Hi
create batch job to run daily
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm
Hi
batch apex link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_batch_interface.htm
Thanks That helps !!