Search code examples
web-servicesdynamics-crm

Dynamics CRM: how to create service endpoints


I've custom entity and I want to define service endpoint for it in the CRM. Is it possible make this from the CRM UI or do I need to develop custom plugin?

Sultan


Solution

  • I'm still not sure what you want exactly, but you could create a custom application and connect to the CRM web services using the SDK to do any CRUD or other supported operation to the CRM data/schema. You could create a custom web service abstraction layer the same way you create any web services, include the SDK DLL's, and make calls to the underlying CRM web service.