Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 237 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 237 Bytes

Salesforce merge contacts by email

  1. Select all contacts with the same name
  2. Copy all data to the newest one
  3. Delete all contacts with the same name except the oldest one

TODO:

  1. Use cursor instead of array in start() function