简体   繁体   English

Objective-C与Microsoft Dynamics CRM互动

[英]Objective-C & Interacting with Microsoft Dynamics CRM

I'm looking to interact with my Microsoft Dynamics CRM system from my iPhone, performing tasks such as pulling down, updating, creating and deleting records. 我希望通过iPhone与Microsoft Dynamics CRM系统进行交互,以执行诸如下拉,更新,创建和删除记录的任务。

Is this possible? 这可能吗? If so, can anyone link me to any good resources on the matter or provide me with any information you feel would be relevant? 如果是这样,任何人都可以将我链接到有关此事的任何好的资源,或者向我提供您认为相关的任何信息?

Many thanks, 非常感谢,

Jack 插口

Yes this will be possible and there are at least some relevant pointers in the CRM SDK (Development from Non-.NET Clients in Microsoft Dynamics CRM) however general support and anecdotal information is sparse (in fact the referenced topic and it's links are all that exist in an official sense). 是的,这是有可能的,并且CRM SDK(Microsoft Dynamics CRM中非非.NET客户端的开发)中至少有一些相关的指针,但是一般的支持和轶事信息很少(实际上,所引用的主题及其链接就是这些)以官方意义存在)。

You will be accessing via the SOAP endpoint and the link to the WSDL for that is exposed via the CRM UI (Settings > Customizations > Developer Resources). 您将通过SOAP端点进行访问,并通过CRM UI (设置>定制>开发人员资源)公开指向WSDL的链接。

I'd start with downloading the CRM SDK and reading the topics I linked to. 我将从下载CRM SDK并阅读链接到的主题开始。

Caveat - I know nothing of Objective-C or IOS 警告 -我对Objective-C或IOS一无所知

I don't know anything about this, but maybe that'll help: http://www.cwrmobility.com/ 我对此一无所知,但也许会对您有所帮助: http : //www.cwrmobility.com/

If your looking to develop something yourlself, this might help: http://www.microsoft.com/en-us/download/details.aspx?id=13621 如果您希望自己开发一些东西,这可能会有所帮助: http : //www.microsoft.com/zh-cn/download/details.aspx?id= 13621

It is possible, you'll need to use the web services API. 您可能需要使用Web服务API。

MSDN web services API docs MSDN Web服务API文档

It uses JScript, so on the iPhone, you should use NSURLRequest and NSURLConnection to retrieve the data coming back. 它使用JScript,因此在iPhone上,应使用NSURLRequest和NSURLConnection检索返回的数据。

Here is another link for using JSON, as iOS has a JSON parser built in now 这是使用JSON的另一个链接,因为iOS现在内置了JSON解析器

MS CRM using JSON 使用JSON的MS CRM

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

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