
Dears,
I want to write code that create a work order in Dynamics CRM Online from an external app. Do I use the organization web service or is there a web service for Field One Service entities?
Could anyone guide me how to add the web service and use it in visual studio ?
I am familiar with writing plugins for CRM default entities but never added a web reference to CRM.
Thanks a lot.
*This post is locked for comments
I have the same question (0)Hi, you can check Aric Levin blog post to create this application:
community.dynamics.com/.../connecting-to-dynamics-crm-from-console-application-part-i
Using this method, you actually create OrganizationService. Then you can do whatever you want: Retrieve, RetrieveMultiple, Create, Update, Delete, etc.