Search code examples
c#pluginsdynamics-crm-2011dynamics-crmcrm

CRM 2011 C# Plugin: Information Message


I want to display an Information message on a CRM 2011 Form (not ERROR message). My plugin is in C#.

After displaying the message, when the user clicks the OK button, I want the form to be automatically closed.

Can anyone help me please with this? Thanks


Solution

  • This isn't possible within a plugin. Suggest you a custom workflow activity and then place it inside a dialog. This will allow two way communication between the user and code.