Hi,
Is there a way to associate contacts to accounts using alternative keys?
Let say:
Account A has alternate key= 1
Account B has alternate key= 2
Contact A has alternate key =1
Contact B has alternate key=2
Contact C has alternate key=1
Associate contacts A and C to Account A
Associate contact B to Account B
Mabye iterate over all accounts and contacts and associate where the alternate key is matching?
I am importing the data via Odata and using the Organization Service:
(dev.crm4.dynamics.com/XRMServices/2011/Discovery.svc)
So this solution: (https://themscrmexpert.wordpress.com/2017/01/07/how-alternate-key-is-useful-while-importing-data-into-crm/)
wont help as the accounts and contacts will be updated frequently :S
I am new to dynamics and how to implement plugins/code so bear with me if this is a stupid question.
Any ideas will be greatly appreciated!
Kind Regards,
Lars