Grouping Rules for Individual
!
Prerequisites:
1. Users should have the âCC full accessâ permission set assigned.
2. The user needs to create the custom âEmailâ field on the Individual object.
Noteâ As this email field is used as a âMatch Keyâ for creating individuals in most cases, we recommend keeping this email field âUniqueâ.
3. Add an Individual field on Contact and Lead page layout to verify Individual creation/association     with contact and lead record post-processing of scheduler batch âGrouping Rules For Individuals
Grouping rules for Individual
Grouping rules for Individual facilities to match two or more Lead/Contact/Users/Accounts or any custom object on the basis of the Grouping rule defined during configuration and creates a single individual record for the duplicates found.
For example, if the grouping rule is {âContactâ: âEmailâ, âLeadâ: âEmailâ}, then an Individual record is created whenever contact and lead records are created with the same email field value post scheduled grouper batch processing.
Also, this configuration is used in Consent Management as it works around individual objects. In consent management, whenever a new record is created either for Contact or Lead, an individual needs to be associated with this new record. Application checks for the existing individual record by using the concept of match key. If a match is found then that individual record is associated with a new contact/lead record. If no match is found, in that case, a new individual will be created and it is then associated with the contact/lead record.
Implementing Grouping Rules for Individual
Go to the âImplementâ tab and click on the âAddâ button of Grouping Rules for Individuals. It will open step 1 of Grouper Wizard.
!
Step 1Â -> User selects âEmailâ/âPhoneâ etc as Select (Matchkey) Field.
!
Step 2 -> User creates âGrouping Ruleâ based upon the match key field value selected in Step1. According to this rule, the application will be finding records of contact, lead, and the user who is having the same email and it will club them into one single Individual Record.
Noteâ User can not add multiple fields for one object e.g. { Contact:âEmailâ,âPhoneâ }
!
Step 3-> Map Individual objects fields like Firstname/Lastname/Email with Contact/Leadâs Firstname/Lastname/Email etc. Here is the Individualâs field mapped with Contact/Lead which is in JSON format.
{âLastNameâ:âContact.LastName,Lead.LastName,defaultLastNameâ,âFirstNameâ:âContact.FirstName,Lead.FirstName,defaultFirstNameâ}
- In this example, the LastName of the Individual record will be the âLastNameâ of the contact, if the contact doesnât have the âLastNameâ then it will take Leadâs LastName. If Lead is also not having LastName then âdefaultLastNameâ (which is a Hardcoded value) will be added to the Individualâs LastName.
- Similarly, the FirstName of the Individual record will be the âFirstNameâ of the contact, if the contact doesnât have the âFirstNameâ then it will take Leadâs FirstName. If Lead is also not having FirstName then âdefaultFirstNameâ (which is a hardcoded value) will be added to the Individualâs FirstName.
!
Step 4Â â Schedule the batch execution as per the business use case.
- Scheduler frequency -> Hourly/Daily/Weekly/Monthly.
- In this example, the batch will execute every  24th min of an hour.
!
Save the mapping.
- By default mapping status will be âDeactivateâ. The user needs to activate this by clicking on the Action drop-down.
!
- There can be only one grouping rule at a time.
- If the user wants to Run this scheduled batch on the same instant (in real-time), then click on the âRun Nowâ button from Action Dropdown.
!
Need Help?
If you have questions about this documentation, please contact our support team.