Hi,
Is there a way of "running" a dialog through C# code?
My use case is that i want a plugin to be triggered when a user creates a record and then start a dialog from that plugin when it is exiting so that the dialog is shown on the UI to confirm something from the user.
I found this link from the documentation https://msdn.microsoft.com/en-us/library/gg334435.aspx , but it just does a CRUD operation on dialogs. I want to "show" the dialog on the UI also.
P.S. I don't want/can't use Xrm library dialogs because of some limitations.
Thanks!
Edit : Everyone, thanks for your suggestions! From the comments, it's clear that this cannot be done through server side code, but just client side code.
*This post is locked for comments
I have the same question (0)