CRMPresenter.StartDialog(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts a CRM dialog within Unified Service Desk.
public:
virtual void StartDialog(System::String ^ parameter);
public void StartDialog (string parameter);
abstract member StartDialog : string -> unit
override this.StartDialog : string -> unit
Public Sub StartDialog (parameter As String)
Parameters
- parameter
- String
The parameter can be the Name of the dialog, DialogId, Entity that the dialog is to be run against or ID of the entity to which the dialog session applies.
Implements
Remarks
This action takes several parameters but for dialogs that do not relate to a specific record, you can just specify the Name parameter.