Share via


CRMGlobalManager.DoRouteDetermineRule Method

Definition

This function is meant to determine which routing rule would be used if DoRoute was called. No action is taken with this function.

public:
 virtual Microsoft::Crm::UnifiedServiceDesk::Dynamics::CRMGlobalManager::WindowRoute ^ DoRouteDetermineRule(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 Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.WindowRoute DoRouteDetermineRule (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 DoRouteDetermineRule : Microsoft.Uii.Csr.Session * string * string * string * string * string * Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType * System.Collections.Generic.List<string> -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.WindowRoute
override this.DoRouteDetermineRule : Microsoft.Uii.Csr.Session * string * string * string * string * string * Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType * System.Collections.Generic.List<string> -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.WindowRoute
Public Function DoRouteDetermineRule (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)) As CRMGlobalManager.WindowRoute

Parameters

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

Returns

Implements

Applies to