UserDuplicateFinder class

This class defines matching for the ABUserContact subtype.

To open this class in Guidewire Studio™, navigate in the Project window to configuration > gsrc and then to gw.plugin.contact.findduplicates.UserDuplicateFinder.

The class uses the query builder UserContactQueryBuilder, described at UserContactQueryBuilder class.

UserContactDuplicateFinder defines the following match criteria:
Fields to match
FirstName
Match this field as starts with or equals, depending on context.
LastName
Match this field as equals.
EmployeeNumber
Match this field as equals.
Required fields
FirstName and LastName, or EmployeeNumber.
Match types
Potential
Starts with FirstName and equals LastName.
Exact
Equals EmployeeNumber.