扩展 Dynamics CRM 2011 服务

发布于 2024-11-11 04:47:14 字数 86 浏览 3 评论 0原文

我需要创建一个 WCF 服务来扩展 Dynamics CRM 2011 提供的功能,并且能够超越简单的 CRUD 调用。有没有涵盖该主题的好的教程或代码示例?

I need to create a WCF service to extend what Dynamics CRM 2011 offers and be able to go beyond simple CRUD calls. Are there any good tutorials or code samples covering this topic ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

箜明 2024-11-18 04:47:14

如果您想在内置 CRM Web 服务之上添加另一层 Web 服务,也可以。您只需要创建一个普通的 asmx 或 WCF 服务,包含 SDK DLL,并在其中对 CRM 执行底层 CRUD 操作。类似的问题/答案在这里 - http://social .microsoft.com/Forums/en/crmdevelopment/thread/2c420566-cb9f-4d33-bb97-fea63f1843eb

If you want to add another layer of web services on top of the built in CRM web services that is fine. You will just need to create a normal asmx or WCF service, include the SDK DLLs, and perform the underlying CRUD operations to CRM within. Similar question/answer here - http://social.microsoft.com/Forums/en/crmdevelopment/thread/2c420566-cb9f-4d33-bb97-fea63f1843eb

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文