Custom Contact Validation

Dovetail Email Agent now supports a plug-in for custom contact validation when creating a case in freeForm mode. This allows customers to add custom validation code to validate whether a contact is allowed to create a case or not.

For example, a customer may wish to only allow cases to be created by contacts with a valid support contract. Or only allow case creation if the primary site of the contact is of a certain type, such as CUST, but not VEND. This plug-in model enables a robust, customizable extension point to Dovetail Email Agent.

To implement this functionality:

If the validator returns true, then a case will be created.

If the validator returns false, then an email will be sent back to the sender using the FreeformContactValidationFailure.xslt template.

Additional Notes

Next

Email Template Customization Guide

Custom Contact Validation