Hi All,
My Client is Using Microsoft Projects for their business. Now we are going to implement Microsoft Dynamics CRM 2016 On premises. But they wanted their existing data's to be Presented in MSCRM as same as the Data's which are Presented in MS Projects. I would like to know how to do this integration is it Possible??
I need your help Guys
Thanks in Advance
Regards
Vinoth Anand M
*This post is locked for comments
I have the same question (0)Hi. For migrating data from existing system to Dynamic CRM Database, you can do CRUD (Create, Read, Update, Delete) operation using CrmServiceClient. After you have MSCRM organization and already create entities that you need. For migrating is pretty easy. Just retrieve data from your existing system, and map the data and create with the function that already defined in the CrmServiceClient API.