Workflow sysntax error
HI All,
I am trying to write a workflow expression that should NOT trigger if the Sales Stage is not equal to Development, Qualification, and Confimed..And Opportunity Type is not equal to Term Extension, Term Release Forecast and Term Renewal...
I have written the following expression but its throwing error saying Invalid Expression....Can you guys help me out on this.
[<IndexedPick0>]=LookupValue("OCC_INDEX_CUST_LOV_OPTY_0", "Insituform") AND PRE('<SalesStage>')<>[<SalesStage>] AND ([<SalesStage>] <> 'Development' AND [<SalesStage>] <> 'Qualification' AND [<SalesStage>] <> 'Confirmed') AND PRE('<OpportunityType>')<>[<OpportunityType>] AND( [<OpportunityType>] <> 'Term Extension' AND [<OpportunityType>] <> 'Term Release Forecast' AND [<OpportunityType>] <> 'Term Renewal')