Skip to main content
Drew Elston (Optimizely) a posé une question dans #Data Management

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? 

Validation Rule Help - Record Type Name or ID?

 

Thanks,

 

-Drew

7 réponses
  1. 28 mars 2018, 13:32

    Your Formula Syntax should be like this 

    AND(

    Probability > 0.74,

    RecordType.Id <> "0123456789abc",

    RecordType.Id <> "9876543210xyz",

    ISBLANK ( Why_you_owe_SteveMo_a_Beer )

    )

     

     
0/9000