We are using the NPSP and the C&P Payment as a Service app. When a new contact submits a payment (either via website or Swiper1 app) the contact's email is automatically added to the standard Email field. This is fine, except we are using the NPSP validation rule which requires a "Preferred Email" type to be selected (Work, Personal, Alternate). Here's the error I receive when C&P tries to create a contact and the validation rule is turned on:
"Insert failed. First exception on row 0; firsterror: FIELD_CUSTOM_VALIDATION_EXCEPTION, Please select a Preferred Email:[npe01__Preferred_Email__c]"
When I deactivate the rule the contact is created without an error. Is there a best practice on modifying the rule or changing the way the contact is created? Can I set the Preferred Email to "Personal" if it's a new contact? Let me know if you have any recommendations. Thanks!
"Insert failed. First exception on row 0; firsterror: FIELD_CUSTOM_VALIDATION_EXCEPTION, Please select a Preferred Email:[npe01__Preferred_Email__c]"
When I deactivate the rule the contact is created without an error. Is there a best practice on modifying the rule or changing the way the contact is created? Can I set the Preferred Email to "Personal" if it's a new contact? Let me know if you have any recommendations. Thanks!
Comment