183 packages tagged with “Dataverse”
Provides Winforms control to connect to Microsoft Dynamics CRM / 365 for Customer Engagement and Microsoft Dataverse deployments
This package contains the official Microsoft.Xrm.Sdk.dll and Microsoft.Crm.Sdk.Proxy.dll assemblies plus tools and has been authored by the Microsoft Common Data Service SDK team.
This package contains the .net core Dataverse ServiceClient. Used to connect to Microsoft Dataverse. This Package has been authored by the Microsoft Dataverse SDK team.
This package contains the official Microsoft.Xrm.Sdk.Workflow.dll assembly and has been authored by the Microsoft Common Data Service SDK team.
This package contains the official Microsoft.Xrm.Tooling.Connector assembly and has been authored by the Microsoft Common Data Service SDK team.
This package contains the official SDK tools authored by the Microsoft Common Data Service SDK team. The included command line tools are installed in the project's bin\coretools folder.
This package contains a set of Dynamics 365 specific extensions, used with the Dataverse ServiceClient. This Package has been authored by the Microsoft Dataverse SDK team.
XrmFramework aims at simplifying Microsoft Dynamics 365 and Dataverse plugin, workflows development, deployment and testing
This package contains the Microsoft.Xrm.Sdk.Data.dll assembly and has been authored by the Microsoft Common Data Service SDK team. This SDK contains helper code to simplify Virtual Entity Data Provider development. This has been authored by the Microsoft Common Data Service SDK team.
Base Classes for Dataverse Plugins and Workflows
Easily view details of Dataverse solution imports
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an abstractions package containing only interfaces.
Create and Execute requests against the Dataverse Web API endpoint
Create the shiny new polymorphic lookups columns without a line of code
Management tool that provides 360° View of Dataverse Custom APIs. Provides CRUD operations on Custom API, Request Parameters (Inputs) and Response Properties (Outputs).
Provides a WS-Trust compatible client for connecting to on-premise IFD instances of Dynamics 365 from .NET Core. This package builds on top of Microsoft.PowerPlatform.Dataverse.Client and offers an alternative IOrganizationService implementation using WS-Trust. This allows you to connect using the URL of the organization service, username and password without any additional configuration. Because this OnPremiseClient implements the same IOrganizationService as the standard ServiceClient implementation your code can work with either as shown in the sample code below. using Data8.PowerPlatform.Dataverse.Client; using Microsoft.PowerPlatform.Dataverse.Client; using Microsoft.Xrm.Sdk; var onPrem = new OnPremiseClient("https://org.crm.contoso.com/XRMServices/2011/Organization.svc", "AD\\username", "password!"); var online = new ServiceClient("AuthType=ClientSecret;Url=https://contoso.crm.dynamics.com;ClientId=637C79F7-AE71-4E9A-BD5B-1EC5EC9F397A;ClientSecret=p1UiydoIWwUH5AdMbiVBOrEYn8t4RXud"); CreateRecord(onPrem); CreateRecord(online); void CreateRecord(IOrganizationService svc) { var entity = new Entity("account") { ["name"] = "Data8" }; entity.Id = svc.Create(entity); }
A base package template that provides additional capabilities when deploying packages using the Power Apps Package Deployer tool.
Tool used to migrate data between Dataverse instances. - Allows data to be exported to JSON format and later imported - Supports Create, Update and Delete operations and attribute specification - Easily filter data by using fetch XML filters - Integration with FetchXML Builder tool for easier query building - Map records using several mapping options (auto or manual)
The plugin generates metadata text files from the connected Dataverse instance. These files can be loaded into Silwood's Safyr product for metadata visualization and discovery.
Extends SqlServer provider for Dataverse
Generates Early Bound Entities/Option Sets/Messages. Uses the DataverseModelBuilder from the SDK, and shows command line used to create the classes.
Dataverse plugin debugger
The Dataverse backend for the Power Fx compiler
Contains Dataverse/XRM Unit Testing Library