| | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, June 02, 2009 Posts: 55, Visits: 53 |
| | Hi, I am using BPM 2009. When I try to access the workitem detail page, it opens up in pop up window by default. I want this info to be displayed on the same page. Can you please help me on how to get this done? |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, February 10, 2011 Posts: 28, Visits: 47 |
| Hi, To avoid the work item detail view pop-up from the Enteprise Console site, please follow the below mentioned steps. Goto : C:\Program Files\Skelta\BPM.NET\Web\BPMUITemplates\Default\Repository\Site - Open WorkItemList.aspx.cs and set WIL.ReadingPaneInPopupWindow = false;
- Open WorkItemList.aspx, In the page directive
a. Change Inherits from Inherits=" Skelta.Repository.Web.CodeBehind.WorkItemList " to Inherits="WorkItemList" b. Add CodeFile="WorkItemList.aspx.cs" in the page directive. Eg: <%@ Page Language="C#" MasterPageFile="~/BPMUITemplates/Default/Repository/Site/MasterPage.master" AutoEventWireup="true" Inherits="WorkItemList" CodeFile="WorkItemList.aspx.cs" Title="Untitled Page" %> PS: Take the back up of existing files before any modification. Regards Saravanan |
| | | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, July 20, 2011 Posts: 12, Visits: 79 |
| | Similar challenge, I applied the changes to the files, and got rid of the pop up. but i do want the detail view to open in a seperate window for the items in the inbox. Scenario: I have a queue (123) and a user inbox for John. John has access to queue 123. When John logs on EC, and views queue 123, i want him to select an item to work on, and the detail view opens/refreshes in screen below. (This works as instructed above). Once John picks the item from the queue, and it moves to his inbox, When he clicks inbox, I do not want the item to open on same page. I want it to open in separate window.... Reason: John is using forms, once he selects approve, the entire EC page closes and i have to login again to work on next item. Pretty frustrating......... Any ideas?
akigongo |
| |
|
|