Introduction When using the Dataverse (OData) Web Api, there are four documented/supported ways to fetch data: It turns out, that there is another method that
Category: Tips and tricks
Have you ever used the ‘RetrieveTotalRecordCount’ api in Microsoft Dataverse? Using this api, we can retrieve record counts for tables. We can use the OrganizationService
UPDATE: Microsoft has released documentation describing these features. All features mentioned in this article are now fully supported. Introduction When using the Dataverse web api,
Did you know that Dataverse has a OpenApi (Swagger) endpoint? You can use this endpoint for generating clients that talk to Dataverse. Tables and custom
There is an out of the box api that we can use to generate SQL from FetchXml. It’s called ‘FetchXMLToSQL’. You can call it using
Did you know that you can enable Dark Mode on Microsoft Dataverse? This is an undocumented feature that is probably still in development. But you