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 configuration > gsrc 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 with or equals, depending on context.
PrimaryAddress (AddressLine1, City, State, PostalCode)
Match these PrimaryAddress fields as equals.
Required fields
Name and PrimaryAddress.
Match types
Potential
Starts with Name.
Potential
Equals PrimaryAddress.
Exact
Equals Name and AddressLine1 and City and State and PostalCode.