• Lucrecia Lopez 2017
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I have an email alert setup to fire out when a lead is at a specific lead status and there has been no activity in 25 days. But now I need to add a third statement ensuring that if the lead is modified by the following profile id's: 00570000001m9eZ and 00570000002oRin - - the email alert should NOT fire. Can someone please let me know how I can add that statement to my formula below?

((LastModifiedDate = Now() + (-25))) && (ISPICKVAL(Status,"Workig"))
I have an email alert setup to fire out when a lead is at a specific lead status and there has been no activity in 25 days. But now I need to add a third statement ensuring that if the lead is modified by the following profile id's: 00570000001m9eZ and 00570000002oRin - - the email alert should NOT fire. Can someone please let me know how I can add that statement to my formula below?

((LastModifiedDate = Now() + (-25))) && (ISPICKVAL(Status,"Workig"))