Jim Daly
Jim Daly
There is an issue with the Post entity. It has never worked properly with the Web API (OData) endpoint. While the DataverseServiceClient is using Web API, it won't work until...
If your purpose is to have some information in your plug-in, you can use the `tag` to add a value which will be available as a shared variable in your...
Seems that --strictNullChecks was in TypeScript 2.0. That was after this was written. I am not familiar with it. The libraries (both JS & TS) have pretty aggressive type checking...
RE: > If I send a CreateMultipleRequest or UpsertMultipleRequest where some of the entity records have a different logical name than the EntityName that was set in the EntityCollection, it...
Which function are you using? Which version of the Web API?
Not asking about the version of this utility - looking for the version of Dynamics 365. Latest version of Web API is v8.2. You can confirm by querying /api/data/v8.0/RetrieveVersion in...
This is what the generated QuerySchedule function looks like where my namespace is Sdk.Test: ``` /** * @function Sdk.Test.QuerySchedule * @memberOf Sdk.Test * @description Searches the specified resource for an...
OK. I think I see the issue. Thanks for reporting this. As I mentioned in the notes, I haven't tested every operation and it looks like this is a missed...
Agreed. Since this is a GET, it should be pretty straightforward to test since you can just send it with your browser after you have logged in. The URL should...
I haven't been able to find the time to dig into this. The issue appears to be how to pass through a collection of enum values. Fixing this would be...