
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

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'))
)