Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.06 KB

sample-create-retrieve-update-delete-dialog.md

File metadata and controls

50 lines (38 loc) · 2.06 KB
title description ms.custom ms.date ms.reviewer ms.suite ms.tgt_pltfrm ms.topic applies_to ms.assetid caps.latest.revision author ms.author search.audienceType
Sample: Create, retrieve, update, and delete a dialog (Developer Guide for Dynamics 365 Customer Engagement (on-premises)) | MicrosoftDocs
The sample shows how to create, retrieve, update, and delete a dialog process using the methods IOrganizationService.Entity, IOrganizationService.ColumnSet, and IOrganizationService. Guid.
10/31/2017
pehecke
sample
Dynamics 365 Customer Engagement (on-premises)
6bebfba9-833f-4e46-88e4-d1b5fa6b5962
25
JimDaly
jdaly
developer

Sample: Create, retrieve, update, and delete a dialog

This sample code is for Dynamics 365 Customer Engagement (on-premises). See the complete sample here Sample: Create, retrieve, update, and delete a dialog

Prerequisites

[!INCLUDEsdk-prerequisite]

Requirements

[!INCLUDEsdk_SeeConnectionHelper]

Demonstrates

This sample shows how to create, retrieve, update, and delete a dialog process using these methods:

  • xref:Microsoft.Xrm.Sdk.IOrganizationService.xref:Microsoft.Xrm.Sdk.IOrganizationService.Create*

  • xref:Microsoft.Xrm.Sdk.IOrganizationService.xref:Microsoft.Xrm.Sdk.IOrganizationService.Retrieve*

  • xref:Microsoft.Xrm.Sdk.IOrganizationService. xref:Microsoft.Xrm.Sdk.IOrganizationService.Delete*

Example

[!code-csharpDialogs#CRUDDialog]

See also

Use Dialogs in Dynamics 365 Customer Engagement (on-premises)
Sample: Create a Workflow in Code
Sample Code for Processes
xref:Microsoft.Xrm.Sdk.IOrganizationService
xref:Microsoft.Crm.Sdk.Messages.SetStateRequest

[!INCLUDEfooter-include]