- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Discussions
- Announcements
- General Development
- Schema Development
- New to Cloud Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules Discussion
- Security
- Mobile
- Force.com Sites
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby Development
- Adobe Flash Builder for Force.com
- Desktop Integration
- REST API Integration
- Streaming API
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- Excel Connector
- AJAX Toolkit & S-controls
- Force.com Builder & Native Apps
- AppExchange Directory & Packaging
- Force.com Labs Projects
- Open Source
- Site.com
- Jobs Board - Administrators
- Jobs Board - Developers
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Can an approval process trigger a workflow?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Can an approval process trigger a workflow?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-04-2008 07:12 AM
We have an approval process which in it's final approval actions performs a field update on Opportunity.Stage.
We then have a workflow rule that is triggered by a field update on Opportunity.Stage which sends out an email to certain people.
Now, if I login and update the stage of an opportunity to "Order confirmed" the workflow picks up on that and sends the email. This works fine.
However, if the stage field on the opportunity is set to the exact same "Order confirmed" the workflow does NOT pick up on the field update and NO email is being sent out.
Is this a bug or is it simply not possible to have a field update in an approval process trigger a workflow like that?
Kind regards,
Søren Nødskov Hansen
Re: Can an approval process trigger a workflow?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-04-2008 02:04 PM
Re: Can an approval process trigger a workflow?
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-04-2008 02:42 PM - last edited on 06-04-2008 02:47 PM
However, the email sent is an email to our support department telling them to create/update an account. Now, once the support department has finished they simply reply to that email to let the sales rep know that they are done and the customer can start using their account.
And this is where it creates a problem because the sender of the email (if sent as part of the final approval actions) is the whoever approved the opportunity and not the owner of the opportunity (the actual sales rep).
I guess my problem isn't so much who or what triggers the email but more a question of how I can make e.g. the opportunity owner be the one who is marked as sender of that particular email.
And thinking about it (as I write this post) I suppose I could just add another level/layer of approval so that once our finance department has approved the opportunity the approval proccess continues and needs a last approval by the sales rep and thereby he or she will be the sender.
/Søren Nødskov Hansen
Message Edited by noedskov on 06-04-2008 02:47 PM
Re: Can an approval process trigger a workflow?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-22-2009 10:18 AM
Want to specify the From: address of a Workflow?
http://ideas.salesforce.com/article/show/69422/Des
Or, perhaps, more control over the To: or CC: of a workflow?
Re: Can an approval process trigger a workflow?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-08-2009 03:57 PM
This is a clear and very counterintuitive shortcoming in the Approval Process functionality. Bump this idea if you want it changed:
Re: Can an approval process trigger a workflow?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-30-2011 02:53 AM
We are facing similar problem while trying to send an e-mail notification to the Approver, who is not the owner of the record. Is there any easy way to do that? We tried "Related User:Last Modified By" field in Final Approval Email Alert task but it's not working. Also, we tried by setting "Approved" status on a custom field & tried to initiate Workflow with the condition "Status = Approved", but seems workflow can't be initiated from the Approval process. If we login, Edit any record and change the Status to Approved, workflow works perfectively. Any help or guidance in this matter will be appreciated.

