How to Integrate Microsoft Dynamics CRM with Microsoft Dynamics Navision 2017 with custom field mappings?
In my earlier Post of Nav-CRM integration, it was more focused on the functional side. Let’s go into the technical details of integration. If you haven’t read my first post of Nav-CRM integration, I would strongly recommend you to visit the link, To see how the connection is made. How to integrate Nav-CRM? Part 1 In this post we will discuss how to create custom field mappings in Customer-Account synchronization. Firstly there is a new table-type called CRM. Now what should you do if you have a new custom field in CRM and you want to map with a custom field in CRM account table ID 5341? You cant create the field manually because it will give a ExternalType="" as Error. For this you will have to use the power-shell cmdlet to Refresh the schema of table CRM account(5341). Open the Windows Power-shell ISE in Administrator mode . Import-Module "C:\Program Files (x86)\Microsoft Dynamics NAV\100\RoleTailored Client\Mi...