🚀 Master Selection Formula for Duplicates in Zaapit for Salesforce

mass-update.com

Created with Sketch.

ZaapIT deduplicator master selection

The main usage of a Master Selection Formula in Zaapit for Salesforce is as a powerful rule that helps users automatically determine the master (or survivor) record when duplicates exist.

💡 What It Does

When multiple records share similar or identical data, Zaapit uses the Master Selection Formula to auto-select the one that should be kept as the master record, while marking others as duplicates.

This ensures consistency, accuracy, and control in your deduplication process.

🧭 To create a formula do the following:

🧭 Step 1: Go to Object Manager

  1. Click the ⚙️ Setup icon (top right corner).
  2. Select Object Manager.
  3. Choose the object you want to add the formula to, for example, Opportunity or Custom Object.

🧮 Step 2: Create a New Formula Field

  1. In the object’s sidebar, click Fields & Relationships.
  2. Click New.
  3. Choose Formula as the type, then click Next.
  4. Enter:
    • Field Label (e.g., Expected Close Date)
    • Field Name (auto-fills)
    • Formula Return Type → select Date/Text/any
  5. Click Next.

🧠 Step 3: Write the Formula

In the formula editor, enter your logic using Salesforce formula syntax.

Exmaple: IF( IsPrimary__c = TRUE, “Master”, “Duplicate” )

tep 4: Check Syntax and Save

Click Save.

Click Check Syntax to validate your formula.

Click Next, set field-level security as needed (admin only), and no need to add it to your page layouts (it will be used inside the merge job).

You can disblae & clone an existing job to chnage the master selection formula:



ZaapIT deduplicator  for salesforce master selection
ZaapIT deduplicator for salesforce master selection

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Skip to content