PersonVendorDuplicateFinder class
This Gosu class defines matching for the ABPersonVendor subtype. If the subtype is ABAttorney or ABDoctor, matching is performed for ABPersonVendor.
To open this class in Guidewire Studio™, navigate in the Project window to and then to gw.plugin.contact.findduplicates.PersonVendorDuplicateFinder.
The class uses the query builder PersonQueryBuilder, described at PersonQueryBuilder class.
PersonDuplicateFinder defines the following match criteria:
- Fields to match
-
- FirstName
- Match this field as
starts withorequals, depending on context. - LastName
- Match this field as
equals. - PrimaryAddress (AddressLine1, City, State, PostalCode)
- Match these PrimaryAddress fields as
equals. - TaxID
- Match this field as
equals. - HomePhone, WorkPhone, FaxPhone, or CellPhone
- Match any single phone field as
equals.
- Required fields
FirstNameandLastNameand at least one ofPrimaryAddress,TaxID, or any phone field.- Match types
-
- Potential
- Starts with
FirstNameand equalsLastNameand equals one ofPrimaryAddressor any phone field. - Potential
- Equals
TaxID. - Exact
- Equals
FirstNameandLastNameandTaxID.
