UserDuplicateFinder class
This class defines matching for the ABUserContact subtype.
To open this class in Guidewire Studio™, navigate in the Project window to 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 withorequals, depending on context. - LastName
- Match this field as
equals. - EmployeeNumber
- Match this field as
equals.
- Required fields
FirstNameandLastName, orEmployeeNumber.- Match types
-
- Potential
- Starts with
FirstNameand equalsLastName. - Exact
- Equals
EmployeeNumber.
