ValidateABContactCreationPlugin plugin interface
The registry file for this plugin is ValidateABContactCreationPlugin.gwp. This plugin interface is implemented in Gosu in the abstract class ValidateABContactCreationPluginBase. The class ValidateABContactCreationPluginImpl extends this base class and is the default plugin class registered in the base configuration.
The class ValidateABContactCreationPluginBase implements most of the logic that validates new ABContact instances and instances of ABContact subentities.
To extend the contact creation logic, such as for a new subentity, open Guidewire Studio™. Then navigate in the Studio Project window to and then to gw.plugin.contact.ValidateABContactCreationPluginImpl.
