You need to sign in to do that
Don't have an account?

Merge My Contacts through Apex Code using ExternalId.
Hi All,
Merge My Contacts (Duplicate Records) through Apex Code using ExternalId. This is urgent requirement.
Regards,
Ravi.
You need to sign in to do that
Don't have an account?
Hi All,
Merge My Contacts (Duplicate Records) through Apex Code using ExternalId. This is urgent requirement.
Regards,
Ravi.
If external id is unique in your data base then you can query those records frm the data base and then you can make use of standar merge API.
For more information you can look at this URL