Workflow
I am trying to create a workflow condition that executes a notification when the sales stage are not Closed/Won or Closed/Lost. Below is the workflow I am working with which always fails.
([<SalesStage>] <> 'Closed/Won') OR ([<SalesStage>]<> 'Closed/Lost')
If I just use Closed/Won or Closed/Lost it seems to work. What is the correct statement to use to capture both?
Thanks