Microsoft Dynamics CRM Online (2013) - Get number of tickets via API

半世苍凉 提交于 2019-12-25 02:45:22

问题


I use Dynamics CRM Online (2013) to manage daily incident tickets, daily requests and change requests. I'd like to use their API and pull this information into a custom application to display them on a dashboard.

Basically what I want to do is to be able to grab the number of open tickets using my application. Then it'll publish this information to elsewhere. It's a Java application running on a Windows server.

Can you please point me in the correct direction?


回答1:


MSDN lists a walkthrough (click here to see it) (it's related to CRM Online 2011, but since most of the info is still accurate I'd say it's worth a try) aimed exactly at connecting to CRM Online fom Java.

The prerequisites listed are

Java SE SDK 1.6 update 23 or later

Eclipse 3.7.x and above or NetBeans 6.9x or later

Apache Axis 2 ver. 1.6.1

Apache HTTP Components Client 4.1.3

Microsoft Dynamics CRM Online

You're going to have to generate the classes (in .NET you use crmsvcutil.exe, it's roughly equivalent) and then you should be all set.



来源:https://stackoverflow.com/questions/22214062/microsoft-dynamics-crm-online-2013-get-number-of-tickets-via-api

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