I have access to Administrator level privileges.
Thank you
4 Antworten
Well then you can use a Workflow Rule + Email Alert like this:
Firstly setup an Email Template in Salesforce - How to Create an Email Template in SalesforceNow the Workflow Rule -
- Go to Setup | Create | Workflows & Approvals | Workflow Rules
- New Rule
- Select the Object: Opportunity
- Evaluation Criteria: created and every time it's edited [ 2ND OPTION ]
- Rule Criteria: formula evaluates to true
- Formula:
AND( ISCHANGED(StageName), TEXT(StageName) = "Closed Won")
- Click Save & Next
- Now, from under Immediate Workflow Actions, click Add Workflow Action to select Email Alert
- Specify the Email Template that you had created.
- Specify the Recipients
- Click Save
- Hit Done
- Activate
That should do it!