Tim Griffiths
Tim Griffiths

Reputation: 984

Is the API for MS Dynamics the same between 2011, 2013 and hosted vs onprem

Does anyone know if the API for Dynamics is the same for 2011 and 2013 or there are any differences between a hosted and on-premise install?

Upvotes: 0

Views: 49

Answers (1)

Guido Preite
Guido Preite

Reputation: 15128

Most of the API (client-side and server-side) are the same between CRM 2011, CRM 2013 OnPremise e CRM Online. Some API has been introduced in later rollups (like the ExecuteMultipleRequest shipped with Rollup 12) or with CRM 2013 (like the Xrm.Page.ui.setFormNotification() JavaScript).

CRM Online has also some limitations, like plugins and workflows only in sandbox and the FetchXML-only for Reports.

Upvotes: 2

Related Questions