Share via


CRMGlobalManager.DoRoute Method

Definition

Overloads

DoRoute(Session, String, String, String, String, String, CRMGlobalManager+RouteType, List<String>)
DoRoute(Session, String, String, String, String, Boolean, Boolean, Boolean, CRMGlobalManager+RouteType, List<String>)

DoRoute(Session, String, String, String, String, String, CRMGlobalManager+RouteType, List<String>)

public:
 virtual void DoRoute(Microsoft::Uii::Csr::Session ^ session, System::String ^ appname, System::String ^ field, System::String ^ fromsearch, System::String ^ crmurl, System::String ^ frame, Microsoft::Crm::UnifiedServiceDesk::Dynamics::CRMGlobalManager::RouteType routeType, System::Collections::Generic::List<System::String ^> ^ onLoadHistory);
public void DoRoute (Microsoft.Uii.Csr.Session session, string appname, string field, string fromsearch, string crmurl, string frame, Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType routeType, System.Collections.Generic.List<string> onLoadHistory);
abstract member DoRoute : Microsoft.Uii.Csr.Session * string * string * string * string * string * Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType * System.Collections.Generic.List<string> -> unit
override this.DoRoute : Microsoft.Uii.Csr.Session * string * string * string * string * string * Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType * System.Collections.Generic.List<string> -> unit
Public Sub DoRoute (session As Session, appname As String, field As String, fromsearch As String, crmurl As String, frame As String, routeType As CRMGlobalManager.RouteType, onLoadHistory As List(Of String))

Parameters

session
Session
appname
String
field
String
fromsearch
String
crmurl
String
frame
String
onLoadHistory
List<String>

Implements

Applies to

DoRoute(Session, String, String, String, String, Boolean, Boolean, Boolean, CRMGlobalManager+RouteType, List<String>)

public:
 void DoRoute(Microsoft::Uii::Csr::Session ^ session, System::String ^ appname, System::String ^ field, System::String ^ crmurl, System::String ^ frame, bool showTab, bool ignoreAction, bool allowReplace, Microsoft::Crm::UnifiedServiceDesk::Dynamics::CRMGlobalManager::RouteType routeType, System::Collections::Generic::List<System::String ^> ^ onLoadHistory);
public void DoRoute (Microsoft.Uii.Csr.Session session, string appname, string field, string crmurl, string frame, bool showTab, bool ignoreAction, bool allowReplace, Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType routeType, System.Collections.Generic.List<string> onLoadHistory);
member this.DoRoute : Microsoft.Uii.Csr.Session * string * string * string * string * bool * bool * bool * Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType * System.Collections.Generic.List<string> -> unit
Public Sub DoRoute (session As Session, appname As String, field As String, crmurl As String, frame As String, showTab As Boolean, ignoreAction As Boolean, allowReplace As Boolean, routeType As CRMGlobalManager.RouteType, onLoadHistory As List(Of String))

Parameters

session
Session
appname
String
field
String
crmurl
String
frame
String
showTab
Boolean
ignoreAction
Boolean
allowReplace
Boolean
onLoadHistory
List<String>

Applies to