DynamicsWebApi icon indicating copy to clipboard operation
DynamicsWebApi copied to clipboard

DynamicsWebApi is a Microsoft Dataverse Web API helper library for JavaScript & TypeScript

Results 2 DynamicsWebApi issues
Sort by recently updated
recently updated
newest added

While trying to implement atomic batch operations, I ran into several difficulties. I finally ended up getting it working, but I found 4 inconsistencies that caused confusion for me. 1....

under investigation

**DynamicsWebApi version** v2.1.1 **Describe the bug** Not able to initialize constructor **Actual result** DynamicsWebApi is not a constructor **Code Snippet** ```js var DynamicsWebApi = require("dynamics-web-api") var dynamicsWebApi = new DynamicsWebApi();...

under investigation