DynamicsWebApi icon indicating copy to clipboard operation
DynamicsWebApi copied to clipboard

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

Results 3 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

**DynamicsWebApi version** For example: v2.1.4 **Describe the bug** The SearchQueryBase interface defines entities as an array of strings: `entities?: string[];` But the Search API seems to expect this to be...

future enhancement