microsoft dynamics crm 2011 and php [closed]

徘徊边缘 提交于 2019-12-04 19:18:09

Your best bet is to create a really light .net web service to interact with. This will allow you the most flexibility in the long run if you want to use more PHP/CRM 2011 interaction.

Alternatively, this works well for on-premise environments: http://phpmscrm.codeplex.com/

Park Junewon

I was in the same situation, and spent lots of my resources. The main problem is that MS Dynamics CRM 2011 is using different authentication logic according to the deployment method of the CRM system.

The solutions that I found are as follows:

  1. On-Promise:

  2. CRM Online:

  3. Internet-facing deployment (IFD):

I have had the same situation a long time ago. The information I needed was kept in a MySQL database. For me the solutions was polling that database on a timely interval. If there is no database available I suggest that you create on (SQLite is a ligthweight and very usable).

I created a basic library to connect to the online version of Dynamics 2011 here:

https://github.com/Ben-Speakman/PHP-Dynamics-Online-CRM-2011-SOAP-Class

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!