Hello Community Experts,
Is there any way where i can list all the duplicate records of a lead in a separate view?
I found OOB it is not possible, is it possible via code?
Please advise
Best Regards,
Sumaira Noor
Hello Community Experts,
Is there any way where i can list all the duplicate records of a lead in a separate view?
I found OOB it is not possible, is it possible via code?
Please advise
Best Regards,
Sumaira Noor
Thanks a lot Andrew. I'll work on it and see if it works
>>In the link name is hard coded
You can set that data on the fly.
Thanks a lot for the link Andrew
In the link name is hard coded
Is there any other way where i can retrieve duplicates without specifying names in code
Kindly guide
Best Regards,
Sumaira Noor
Here is the code that you can use to retrieve duplicates - butenko.pro/.../
Regarding code to show grids there are multiple ways on how to show grids - one of is https://datatables.net/
Good luck.
In order to get this result within a multiline text
Duplicated records: Record name duplicate 1, Url1
Record name duplicate 2, Url2
Record name duplicate 3, Url3
You can create a plugin on retrieve message. It will check the existing duplicate and construct a sting
Hi Sumaira,
Unfortunately, I don't have any code to share.
Good luck
Thanks a lot for the response Mehdi and Andrew
Could you please share more details or any code, so that i can try
Best Regards,
Sumaira Noor
Hi,
Maybe you can add multiline text field. And use it to store duplicated record's Url.
Duplicated records: Record name duplicate 1, Url1
Record name duplicate 2, Url2
Record name duplicate 3, Url3
You need some code to achieve that.
Hello,
I believe it's possible. In order to do that you will have to build custom Html/Js webresource that will use WebApi to retrieve duplicates and some UI framework to display results.
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156