Hi SF Community,
I am writing a validation rule and for some reason when I enter the Opportunity Record Type Name or ID into the rule it isn't producing the correct result. See below:
I've inputed the Record Type ID for one go-around and then did Opp Record Type Name and still get the error message. Can someone give me some guidance on what I'm missing?
Thanks,
-Drew
7 件の回答
Your Formula Syntax should be like this
AND(
Probability > 0.74,
RecordType.Id <> "0123456789abc",
RecordType.Id <> "9876543210xyz",
ISBLANK ( Why_you_owe_SteveMo_a_Beer )
)