Hi,
Can someone explain to me the purpose of the value of 'Contact No.' field of the 'Contact to Contact Card' map? It always fails. I am able to send only one contact associated with a Customer (from CRM). When i try to associate one more contact with a Customer in CRM, then the contact is not created in NAV.
Contact No: =If(IsEntityReferenceKey(Parent Customer\Dynamics Integration Key), GetEntityReferenceKeyName(Parent Customer\Dynamics Integration Key), Parent Customer\Dynamics Integration Key)
When i change it to 'Dynamics Integration Key' then I am able to send a contact from CRM to NAV. What is the problem with that?