Skip to main content
Saurabh Bisht が「#Apex」で質問
Create a Apex class to merge duplicate accounts using duplicateRecordSet object.

      Query to fetch duplicateRecordSet-

    [    SELECT id, name,(SELECT recordId FROM DuplicateRecordItems)

            FROM DuplicateRecordSet   ]
2 件の回答
  1. 2022年12月7日 5:36
    hi swetha,

    link which send i saw the that code snap its difficult to understand can you provide full code in apex batch class

    @Swetha

    thanks

     
0/9000