Skip to main content
CASE( SUBSTITUTE(Email, LEFT(Email, FIND("@", Email)), NULL), 

 

'yahoo.com', NULL, 'gmail.com', NULL, 'hotmail.com', NULL, 'aol.com', NULL, 'outlook.com', NULL, 

 

SUBSTITUTE(Email, LEFT(Email, FIND("@", Email)), NULL) )

 

Could this prevent me from making edits on the 'email field' ? 
4 个回答
  1. 2016年10月21日 18:10

    Thank you, Patrick.

    Not sure if this makes a difference, but I don't get any kind of error message when trying to make the edit. In fact, I'm able to save but it just reverts right back to the original email address value.

    Would the validation rules have to be under the lead object? Or could other objects have validation rules running on the lead email?

    Thank you for any help!

0/9000