You need to sign in to do that
Don't have an account?
msglsmo
Email To Case
Hi All,
We are setting up Email To Case. Everything is set up for customers to email us. However, the cases won't create due to validation rules that certain fields must be filled out. Without disabling these validation rules, how can we bypass them for Email To Case to work?
Thanks!
Mike
Great idea! Can you give me a few tips on the language?
For example, here is one of many validation rules that are getting tripped up:
AND
(BEGINS( $RecordType.Name , "SupportCase"),
ISPICKVAL( Caller__c, ""))
The validation rule looks to see if the agent has selected how the call originated.
Thank you!