PlaceDuplicateFinder class
This Gosu class defines matching for the ABPlace subtype. If the subtype is ABLegalVenue, matching is performed for ABPlace.
To open this class in Guidewire Studio™, navigate in the Project window to and then to gw.plugin.contact.findduplicates.PlaceDuplicateFinder.
The class uses the query builder PlaceQueryBuilder, described at PlaceQueryBuilder class.
PlaceDuplicateFinder defines the following match criteria:
- Fields to match
-
- Name
- Match this field as
starts withorequals, depending on context. - PrimaryAddress (AddressLine1, City, State, PostalCode)
- Match these PrimaryAddress fields as
equals.
- Required fields
NameandPrimaryAddress.- Match types
-
- Potential
- Starts with
Name. - Potential
- Equals
PrimaryAddress. - Exact
- Equals
Nameand AddressLine1 and City and State and PostalCode.
