Create Duplicate Rule & Matching Rule to Prevent Insert/Update Duplicate Records on Contact sObject based on Contact Email and Contact Phone in Salesforce | preventing duplicate records of contact based on multiple fields phone and email help by admins in Salesforce

preventing duplicate records of contact -- w3web.net

Hey guys, today in this post we are going to learn about How to Prevent Insert/Update Duplicate Records on Contact sObject Uses of duplicate rule and matching rule based on contact email and contact phone in Salesforce Real time scenarios:- Write a Duplicate rule and Matching rule on contact to prevent Create/Edit duplicate records based … Read more →

Trigger to check duplicate name to custom object in Salesforce | how to prevent duplicate records based on multiple fields through apex trigger in Salesforce

w3web.net -- trigger to check for duplicates

Hey guys, today in this post we are going to learn about How can we prevent duplicate name insert on custom object in Salesforce. Real time scenarios:- Write a trigger on custom object When a Object (childObjTrigger__c) is being created, if a record exists with the same EmployeeName (EmployeeName__c), the trigger should throw an error. … Read more →