You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DynamicsWebApi is a Microsoft Dynamics CRM Web API helper library written in JavaScript.
7
-
It is compatible with: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online.
6
+
DynamicsWebApi is a Microsoft Dynamics 365 CE (CRM) / Common Data Service Web API helper library written in JavaScript.
7
+
It is compatible with: Common Data Service, Dynamics 365 CE (online), Dynamics 365 CE (on-premises), Dynamics CRM 2016, Dynamics CRM Online
8
8
9
9
Please check [DynamicsWebApi Wiki](../../wiki/) where you will find documentation to DynamicsWebApi API and more.
10
10
@@ -19,6 +19,8 @@ even though [it should have done it by default](https://docs.npmjs.com/misc/deve
19
19
`npm update dynamics-web-api` was not working properly. If you see an error during an update of the package,
20
20
please go to `node_modules\dynamics-web-api` of your application and remove `.git` directory manually. This error has been fixed in `v.1.4.7`.
21
21
22
+
Please note, that "Dynamics 365" in this readme refers to Microsoft Dynamics 365 Customer Engagement / Common Data Service.
23
+
22
24
## Table of Contents
23
25
24
26
*[Getting Started](#getting-started)
@@ -2029,7 +2031,7 @@ Please use the following library that implements Callbacks : [DynamicsWebApi wit
2029
2031
2030
2032
## Contributions
2031
2033
2032
-
First of all, I would like to thank you for using `DynamicsWebApi` library in your Dynamics 365 CE project, the fact that my project helps someone to achieve their development goals already makes me happy.
2034
+
First of all, I would like to thank you for using `DynamicsWebApi` library in your Dynamics 365 CE / Common Data Service project, the fact that my project helps someone to achieve their development goals already makes me happy.
2033
2035
2034
2036
And if you would like to contribute to the project you may do it in multiple ways:
2035
2037
1. Submit an issue/bug if you have encountered one.
0 commit comments