Create grouping type configurations
Learn how to create a grouping type.
-
An entity type (for more information, see topic Creating New Entity Types).
-
A match rule — for the entity type that you'll use to create your grouping type — where you've selected the Automatically group option (for more information, see topic Creating a New Match Rule).Note: Don't configure match rules for entities you intend to use for a grouping type. You can't use existing entity type match rules for a grouping type.
-
A relationship type between the grouping and member entity types (for more information, see topic Creating New Relationship Types).
For example, take a grouping type for members of the same household that have the last name Smith. If one of the members gets married and and changes their last name, for example to Johnson, the grouping service automatically removes this member from the Smith household group and attempts to create a new household for this member.
Example: Create a grouping type for the Smith household
Let's apply the steps above to a specific scenario. In this example, we'll create a grouping type for the members of the Smith family household and set conditions to determine the aggregate income of all household members. You could use this group to sell the Smiths home insurance polices.
- Group entity
- Provide details for this grouping type for which you want to create a new group each time a new record is created for a specified entity type:
-
Entity type: Select Household.
-
Group name: Enter Insurance_Household.
-
Description:: Enter Aggregate income of members of the Smith family with health insurance.
-
- Member entity
- Define a relationship between the entity type and an automatic grouping match rule:
-
Member entity type: Select Individual
-
Match rule: Select Grouping rule ExactLastNameAnd Address.
-
Relationship type: Select isHouseholdMemberHousehold –> Individual
-
- Attribute mapping
-
-
A name that is common to all household members:
-
Group attribute: Select Name.
-
Function: Select Attribute value.
-
Member attribute: Select Last Name.
-
-
An aggregated income of all household members:
-
Group attribute: Select Total Income.
-
Functions: Select Sum of .
-
Member attribute: Select the Income.Note: The total income is based on the sum of income of all household members.
-
-