ExternalApplication.adapter_AdapterRequestActionEvent Method (String, String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Used when an adapter requests that an action be done on an application.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
protected void adapter_AdapterRequestActionEvent(
string applicationName,
string actionName,
string data
)
Protected Sub adapter_AdapterRequestActionEvent (
applicationName As String,
actionName As String,
data As String
)
Parameters
applicationName
Type: System.StringApplication name to fire action against.
actionName
Type: System.StringThe action name to fire.
data
Type: System.StringThe data to send to the action.
See Also
ExternalApplication Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright