如何通过 Web 服务取消 MS CRM 中的案例(事件)
问题:如何使用 Web 服务取消 Microsoft CRM 4 中的案例(事件)?
我写这篇文章是因为我花了很长时间才找到正确的答案,而微软的文档在这方面并不是很有帮助,希望这能为其他人节省时间。
The Question: How to cancel a Case (Incident) in Microsoft CRM 4 using the WebService?
I'm writing this because it took me ages to find the right answer and MS's documentation is not very helpful in this regard, hopefully this will save time for other people.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
答案(在 VB.NET 中):
其中 objCRM 是 CrmService 的一个实例。
The Answer (in VB.NET):
Where objCRM is an instance of the CrmService.
这是 CRM2011 的 C# 版本。
Here is the C# version for CRM2011.