You need to sign in to do that
Don't have an account?
Chirag Mehta
Creation of Case record failed: [FIELD_INTEGRITY_EXCEPTION] No selected contact: Contact ID
There's a trigger on Lead which creates case for every inserted lead. This trigger creates case without any contact information (i.e., ContactId field is kept blank). Now consider following 2 scenarios ...
- If i create the lead using salesforce.com interface, the trigger executes without any error and results in creation of a case.
- Anyhow, if i create the lead using Web2Lead form, the trigger results in error "Creation of Case record failed: [FIELD_INTEGRITY_EXCEPTION] No selected contact: Contact ID"
Can someone state what might be the reason or what are the possible workarounds to stop this strange behaviour ...