Skip to main content
3 answers
  1. Jul 13, 7:25 AM

    AND(  

      NOT($Permission.Your_Custom_Permission_Name), 

      OR(  

        ISNEW(),  

        ISCHANGED(Email),  

        ISCHANGED(Phone)  

      ), Note: Replace Your_Custom_Permission_Name with the exact API Name of your custom permission, ensuring you do not include any spaces 

      ISBLANK(Email),  

      ISBLANK(Phone)

0/9000