Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Introduce Yourself
- :
- Re: Workflow rule for Opportunity Naming
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Workflow rule for Opportunit y Naming
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-24-2008 02:19 PM
Hi, my name is Jim Dees and I am the System Admin at SMU School of Engineering. We've been using SFDC for a little over 2 years. I'm trying to set up a workflow rule to automatically assign names to Opportunities when they are created.
I've checked the help resource on SFDC, but can't seem to get the naming convention I want. We assign opportunities at the Contact rather than Account level, therefore I'd like the Opportunity Name to default to the Contact name when the Opportunity is created. Many of our Contacs have rather long, complicated names, so this would help reduce time spent typing.
I've not been able to figure out how to do this. Is what I want to do possible? I sure appreciate any help.
Re: Workflow rule for Opportunit y Naming
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-29-2008 08:48 AM
Here's a high-level walkthrough -- may need to tweak settings to your preference and or custom fields:
- Setup -> Create -> Workflow & Approvals -> Workflow Rules. Click New.
- Select Object (Opportunity), click "Next".
- Rule Name = "Create / Edit Oppty"
- Description = "Prepends Contact name to Oppty name field"
- Rule Criteria: Evaluation = "Every time a record is created or edited", Amount NOT EQUAL TO 0 (or some such criteria, to ensure workflow runs every time). Click "Save & Next"
- Add Workflow Action = New Field Update
- Name = "Prepend Contact Name to Opty", Field to Update = "Oppurtunity Name", check "use a formula to set the new value"
- Show formula editor, Formula Value = Contact.Name,"-",Opportunity.Name
JP Seabury
My Blog: http://forcemonkey.blogspot.com
Twitter: http://twitter.com/jpseabury
My Blog: http://forcemonkey.blogspot.com
Twitter: http://twitter.com/jpseabury
Re: Workflow rule for Opportunit y Naming
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-29-2008 09:14 AM
JP,
Thanks so much for the help! I really appreciate it and will give it a shot. I figured there had to be a way to do it, but got frustrated after a while.
Jim Dees

