Use XRM tooling to execute actions in Microsoft Dataverse

After you are connected to Dataverse, you can use the CrmServiceClient or ServiceClient class object to perform actions on your Dataverse data such as create, update, retrieve or delete data. This section provides some examples on how you can perform actions in Dataverse using XRM tooling.

Important

While XRM tooling APIs including the CrmServiceClient class continue to be supported, it is recommended that all new app development use the ServiceClient class for web service connections and operations. If you need to use the WPF Login Control or the PowerShell module, continue using XRM tooling for those.

In This Section

Create data using XRM tooling
Retrieve data using XRM tooling
Update data using XRM tooling
Delete data using XRM tooling
Execute organization request using XRM tooling

See also

Use XRM Tooling API to connect to Dataverse
Build windows client applications using the XRM tools