CRMGlobalManager.AsyncDoRoute 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.
public bool AsyncDoRoute (string appname, string field, string fromsearch, string crmurl, string frame, bool showTab, bool ignoreAction, bool allowReplace, Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType routeType, System.Collections.Generic.List<string> onLoadHistory, bool autoShowOutside, Microsoft.Uii.Csr.Session session = default);
member this.AsyncDoRoute : string * string * string * string * string * bool * bool * bool * Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager.RouteType * System.Collections.Generic.List<string> * bool * Microsoft.Uii.Csr.Session -> bool
Public Function AsyncDoRoute (appname As String, field As String, fromsearch 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), autoShowOutside As Boolean, Optional session As Session = Nothing) As Boolean
Parameters
- appname
- String
- field
- String
- fromsearch
- String
- crmurl
- String
- frame
- String
- showTab
- Boolean
- ignoreAction
- Boolean
- allowReplace
- Boolean
- routeType
- CRMGlobalManager.RouteType
- autoShowOutside
- Boolean
- session
- Session