Nothing here yet.
Nothing here yet.
Jan 3, 2023 · 3 min read · CI/CD has become an integral part of ALM these days and PowerShell is the first choice of scripting, Dataverse projects are no exception. For Setting up CI/CD for Dataverse already many extensions are available on Azure DevOps Marketplace. Here in th...
Join discussion
Jan 20, 2022 · 1 min read · Below HTTP Request retrieves all the record's fullname field from contact entity, more comma separated fields can be added GET [Organization URI]/api/data/v9.2/contacts?$select=fullname Accept: application/json OData-MaxVersion: 4.0 OData-Versio...
Join discussionJan 20, 2022 · 3 min read · Here we will discuss requirements and standards for creating HTTP Requests for Microsoft Dataverse Web API. This API uses OData protocol which is also maintained by Microsoft. While currently OData v8 is already in preview, Dataverse Web API is stuck...
Join discussionJan 31, 2021 · 2 min read · In a requirement we were asked to show one specific field change history in a custom portal written in PHP, our immediate action was to call RetrieveAttributeChangeHistory via WebApi but if was just returning the list of value history without any oth...
Join discussion