Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Schedule Task
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 11:28 AM
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
Solved! Go to Solution.
Re: Schedule Task
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 09:47 PM
Hi
create batch job to run daily
http://www.salesforce.com/us/developer/docs/apexco
Re: Schedule Task
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 09:48 PM
Re: Schedule Task
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-13-2012 01:22 PM
Thanks That helps !!

