CRMGlobalManager.DoRoutePopup 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
DoRoutePopup(Session, String, String, String, String) | |
DoRoutePopup(Session, String, String, String, Boolean, Boolean) |
This method is only used by popup handlers and is intended to return a bool to signal that the popup should be cancelled or not |
DoRoutePopup(Session, String, String, String, String)
public:
virtual void DoRoutePopup(Microsoft::Uii::Csr::Session ^ session, System::String ^ appname, System::String ^ entity, System::String ^ id, System::String ^ frame);
public void DoRoutePopup (Microsoft.Uii.Csr.Session session, string appname, string entity, string id, string frame);
abstract member DoRoutePopup : Microsoft.Uii.Csr.Session * string * string * string * string -> unit
override this.DoRoutePopup : Microsoft.Uii.Csr.Session * string * string * string * string -> unit
Public Sub DoRoutePopup (session As Session, appname As String, entity As String, id As String, frame As String)
Parameters
- session
- Session
- appname
- String
- entity
- String
- id
- String
- frame
- String
Implements
Applies to
DoRoutePopup(Session, String, String, String, Boolean, Boolean)
This method is only used by popup handlers and is intended to return a bool to signal that the popup should be cancelled or not
public:
virtual bool DoRoutePopup(Microsoft::Uii::Csr::Session ^ session, System::String ^ appname, System::String ^ crmurl, System::String ^ frame, bool showTab, bool autoShowOutside);
public bool DoRoutePopup (Microsoft.Uii.Csr.Session session, string appname, string crmurl, string frame, bool showTab, bool autoShowOutside);
abstract member DoRoutePopup : Microsoft.Uii.Csr.Session * string * string * string * bool * bool -> bool
override this.DoRoutePopup : Microsoft.Uii.Csr.Session * string * string * string * bool * bool -> bool
Public Function DoRoutePopup (session As Session, appname As String, crmurl As String, frame As String, showTab As Boolean, autoShowOutside As Boolean) As Boolean
Parameters
- session
- Session
- appname
- String
- crmurl
- String
- frame
- String
- showTab
- Boolean
- autoShowOutside
- Boolean