简体   繁体   English

将客户注册信息从PHP站点导入Microsoft Dynamics CRM 2011

[英]Import customer register information from PHP site into Microsoft Dynamics CRM 2011

I spend a lot of time and searching and i don't find any solution for connect to my company crm and inser register customers information into the contact list crm. 我花费大量时间进行搜索,但找不到用于连接到我公司的crm的任何解决方案,也没有将客户信息注册到联系人列表crm中。 my site backend is php. 我的网站后端是php。 Is there a solution for conncet to Dedicated crm company and insert my costomer info such as name and phone , ... to contact list of it? 有没有办法联系Condicated crm公司并插入我的客户信息,例如姓名和电话,...来联系它?

Where do you store these contacts information at the moment? 您目前将这些联系信息存储在哪里? If the answer is database then I would suggest using ssis in combination of CRM web services. 如果答案是数据库,那么我建议结合使用siss和CRM Web服务。 link 链接

You can get the guid from inserted record back in to your source database so next time you run the package it knows if the record is new or already exist. 您可以将插入的记录中的Guid重新返回到源数据库中,因此下次运行该程序包时,它将知道该记录是新记录还是已经存在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM