Skip to main content
2 answers
  1. Aug 16, 2023, 7:58 AM

    Hi @Reuben Sequeira

     

    Please use this Validation rule on Account Object and make sure it is Active.

    AND(

        ISPICKVAL(Rating, "Hot"),

        NumberOfEmployees <= 10000,

        $Profile.Name <> "Integration User"

    )

     

    Error Message:  Rating ca

     

    I hope this will resolve your issue and if it is then kindly mark it as the best answer!

    Thanks

0/9000