I had a workflow filter criteria condition but when the stage value is '5-Paperwork/Ticketing incoming' then work flow should not fire. but even when the stage value is '5-Paperwork/Ticketing incoming' the workflow fires and updates .? whats wrong ?AND(NOT(IsBlank(Policy__c)),NOT(IspickVal(StageName,'5-Paperwork/Ticketing incoming')))
Hello anvesh..This workflow rule will run only if Policy__c is not blank and your stage is not '5-Paperwork/Ticketing incoming'.both the condition should true to run the work flow rule. check wether both condition are true or not