Power Community

Power Community

How to Use Delete Operations in Microsoft Dataverse or MSCRM

image

Implementation Steps:

As I mentioned in my Previous Blog you can able to follow how to use Dataverse Connection with Console Application.

In this Blog we will see how to use Delete Operation in Dataverse

Copy and Paste the below Code for Delete Operations

CrmServiceClient service = new CrmServiceClient(connectionString);
service.Delete("account", new Guid("a4cea450-cb0c-ea11-a813-000d3a1b1223"));

“account” –> Entity Logical Name

“a4cea450-cb0c-ea11-a813-000d3a1b1223” –> GUID of the Record to Delete

This post was originally published on this site

- Advertisement -spot_img

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisement - Advertisement

Latest News

Enhance Competitor Analysis with Integrated Maps within Dynamics 365 CRM

“Keep your Friends Close but your Enemies Closer”- Sun Tzu In a business, it is not just about sincerity but...

More Articles Like This

- Advertisement -spot_img