Search notes:

Dataverse

Dataverse is a database and provides a web service to interact with the data stored on that database.

Activities

An activity has the following time related properties which define when an action has occurred or will take place:

Web services

There are two web services that allow to work with data and metadata in Dataverse:
Web API Implements the OData protocol. Because it is built on open standards, Microsoft does not provide assemblies for Web API.
Organization Service Optimized for the .NET Framework. SDK assemblies in the Microsoft.CrmSdk.CoreAssemblies NuGet package provide the classes that work with the Microsoft.Xrm.Sdk.IOrganizationService interface.

See also

tables
FetchXML is a proprietary query language for data stored in Dataverse.
Dataverse SQL

Index