public void ReRoute(string frame)
 {
     if (Url == null)
     {
         return;
     }
     CRMWindowRouter.DoRoutePopup(localSession, ApplicationName, (string)Url.OriginalString, frame, true, true);  // lets not start sessions from here
 }
Beispiel #2
0
 internal void OpenItem(Notification.NotificationItem item)
 {
     CRMWindowRouter.DoRoutePopup(localSession, this.ApplicationName, item.LogicalName, item.id.ToString(), String.Empty);
 }