• Beau Moya
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Need a help with updating a formula for an email alert workflow. Currently users are notified when an opportunity enters in / out of "Commit" forecast category. However, I want to exclude Closed Won opportunities as we have a different email alert for that ...so we don't want both. Here's the current formula (but need to add logic to excude Closed Won):

{!IF(ISPICKVAL(Opportunity.ForecastCategoryName,"Commit")
Need a help with updating a formula for an email alert workflow. Currently users are notified when an opportunity enters in / out of "Commit" forecast category. However, I want to exclude Closed Won opportunities as we have a different email alert for that ...so we don't want both. Here's the current formula (but need to add logic to excude Closed Won):

{!IF(ISPICKVAL(Opportunity.ForecastCategoryName,"Commit")
Create a validation rule indicating whether an opportunity has a closed date in the past.
User-added image 
Please anyone tell me this Formula?