Use XRM tooling to execute actions in CRM
Applies To: Dynamics CRM 2013
After you are connected to Microsoft Dynamics CRM, you can use the CrmServiceClient class object to perform actions on your CRM data such as create, update, retrieve or delete data. This section provides some examples on how you can perform actions in Microsoft Dynamics CRM using XRM tooling.
In This Section
Use XRM tooling to create data
Use XRM tooling to retrieve data
Use XRM tooling to update data
Use XRM tooling to delete data
Use messages (request and response classes) with the ExecuteCrmOrganizationRequest method
See Also
Use XRM tooling to connect to CRM
Build Windows client applications using the XRM tools