Two workflows affect eachother
I'm trying to create a workflow but I found out that it would affect another one (both on opportunity and trigger when modified record saved)
- (PRE('<SalesStage>') <> [<Sale
sStage>] OR PRE('<checkbox>') <> [<checkbox>]) AND [<Sal esStage>] = 'Closed/Won' AND [ <checkbox>] = 'Y' - FieldValue('<SalesStage>') = "
Closed/Won" AND PRE('<SalesSta ge>') <> [<SalesStage>] AND ([ <OpportunityType>]= LookupValu e("OCCAM_OPPTY_SALES_TYPE", "xxx "))
Could you please help me how I can modify both rules so they not affecting eachother?
Thanks, Kasia