Skip to main content
Any email to cases, do not require custom fields to be filled in and to be left blank

 

I would like a error message to appear if the custom fields are not filled in on Salesforce,

 

Two custom fields:

 

'Type' & 'Specific Area'
5 respostas
  1. 2 de jan. de 2018, 14:29
    Thank you this helped alot! I just had to put in the apostrophe around 'Email'

     

    AND(

     

    ISBLANK(TEXT(Type)),

     

    ISBLANK(TEXT(Specific_Area_c)),

     

    NOT(ISPICKVAL(Origin, 'Email'))

     

    )

     

     
0/9000