Skip to main content
3 respuestas
  1. 13 jul, 07:25

    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