CRMGlobalManager.DoRouteOnLoad 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.
Overloads
DoRouteOnLoad(Session, String, String, String, String, String, Boolean, Boolean, CRMGlobalManager+RouteType, List<String>) | |
DoRouteOnLoad(Session, String, String, Guid, List<String>) |
used for OnLoad routes only This method only handles OnLoad routes that are default A default onLoad route is one that occurs once after all the other OnLoad routes are determined and executed and after a page is loaded. |
DoRouteOnLoad(Session, String, String, String, String, String, Boolean, Boolean, CRMGlobalManager+RouteType, List<String>)
public:
virtual void DoRouteOnLoad(Microsoft::Uii::Csr::Session ^ session, System::String ^ appname, System::String ^ frame, System::String ^ field, System::String ^ entity, System::String ^ id, bool ignoreAction, bool allowReplace, Microsoft::Crm::UnifiedServiceDesk::Dynamics::CRMGlobalManager::RouteType routeType, System::Collections::Generic::List<System::String ^> ^ onLoadHistory);
public void DoRouteOnLoad (Microsoft.Uii.Csr.Session session, string appname, string frame, string field, string entity, string id, bool ignoreAction, bool allowReplace, Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType routeType, System.Collections.Generic.List<string> onLoadHistory);
abstract member DoRouteOnLoad : Microsoft.Uii.Csr.Session * string * string * string * string * string * bool * bool * Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType * System.Collections.Generic.List<string> -> unit
override this.DoRouteOnLoad : Microsoft.Uii.Csr.Session * string * string * string * string * string * bool * bool * Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType * System.Collections.Generic.List<string> -> unit
Public Sub DoRouteOnLoad (session As Session, appname As String, frame As String, field As String, entity As String, id As String, ignoreAction As Boolean, allowReplace As Boolean, routeType As CRMGlobalManager.RouteType, onLoadHistory As List(Of String))
Parameters
- session
- Session
- appname
- String
- frame
- String
- field
- String
- entity
- String
- id
- String
- ignoreAction
- Boolean
- allowReplace
- Boolean
- routeType
- CRMGlobalManager.RouteType
This parameter is specified here for CTI calls to support both types, however, it is the intention that this method will support OnLoad types only
Implements
Applies to
DoRouteOnLoad(Session, String, String, Guid, List<String>)
used for OnLoad routes only This method only handles OnLoad routes that are default A default onLoad route is one that occurs once after all the other OnLoad routes are determined and executed and after a page is loaded.
public:
virtual void DoRouteOnLoad(Microsoft::Uii::Csr::Session ^ session, System::String ^ fromapp, System::String ^ frame, Guid id, System::Collections::Generic::List<System::String ^> ^ onLoadHistory);
public void DoRouteOnLoad (Microsoft.Uii.Csr.Session session, string fromapp, string frame, Guid id, System.Collections.Generic.List<string> onLoadHistory);
abstract member DoRouteOnLoad : Microsoft.Uii.Csr.Session * string * string * Guid * System.Collections.Generic.List<string> -> unit
override this.DoRouteOnLoad : Microsoft.Uii.Csr.Session * string * string * Guid * System.Collections.Generic.List<string> -> unit
Public Sub DoRouteOnLoad (session As Session, fromapp As String, frame As String, id As Guid, onLoadHistory As List(Of String))
Parameters
- session
- Session
- fromapp
- String
- frame
- String
- id
- Guid