Sunday, November 21, 2010

Limitations oData Endpoint CRM 2011

I was very excited in the upcoming REST-Endpoint, especially for further silverlight applications. But the following Limitations, found in the SDK, are a kind of a showstopper.

Only Create, Retrieve, Update and Delete actions can be performed on entity records.
  • Messages that require the Execute method cannot be performed.
  • Associate and Disassociate actions are performed as updates.
Authentication is only possible within the application
Use of the REST endpoint is effectively limited to JScript libraries or Silverlight Web Resources.
The OData protocol is not fully implemented. Some system query options are not available.
See System Query Options for more information. (SDK)

Especially lack of "Excecute" is hard to handle. I hope for an update of the "Update" Functionality.

cheers

2 comments:

  1. Nice blog. You might like to check out my CRM 2011 ODsts Query Designer on codeplex. Here is the blog post http://bingsoft.wordpress.com/2011/03/06/crm-2011-odata-query-designer-crm2011/

    Cheers,
    Rhett

    ReplyDelete