
16 answers
I think I see where the problem is.. :)Here we go, try this:
Hope this helps and if it solves the issue then mark it as Best Answer!AND(
OR(
text(StageName) = "Negotiation",
text(StageName) = "Verbal",
text(StageName) = "Contract",
text(StageName) = "Launched",
text(StageName) = "Invoiced",
text(StageName) = "Closed"
),
ISBLANK( Agent_Commission__c ),
Sale_agent_TEXT__c != "None (Sales Agent)",
ISBLANK(Agent_Commission_Amount_Manual__c)
)