Hello,
in MS CRM 3.0 I wrote some JScript code in the onSave function of the contact entity that detects potential duplicates (and this bit works just fine). I end up with an ObjectID of a duplicate record. Now I would like to trigger a merge that merges the current record and the record that has been identfied as a duplicate. Is there a way in JScript to trigger a merge (something like merge(PrimaryID, SecondaryID).
Any input is much appreciated.
Cheers,
Frank