Group Task by UWL

Hi All,
I want to allow users to group by task in UWL instead of getting a list of all workitems awaiting their approval.
Does anybody know how to create a Dropdown containing group by task in UWL?
Thanks,
Yossi

Hi
Yes, i have found the xml from both the Portal and compared using NWDS. But find no difference.
The XML file has same word to word contents , i have also downloaded, deleted and re-uploaded the files, but no good results as the filter is not appearing...
Vijay Kalluriwrote:
<AllowedFilters>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
          <Expression name="status" value="NEW" comparator="Equals"/>
        </CompoundExpression>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
          <Expression name="status" value="INPROGRESS" comparator="Equals"/>
        </CompoundExpression>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
          <Expression name="dueDate" value="Today" comparator="Equals"/>
        </CompoundExpression>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
          <Expression name="dueDate" value="Today" comparator="LessThan"/>
        </CompoundExpression>
      </AllowedFilters>
Hope this is Help full for u,
Regards,
Vijay Kalluri

Similar Messages

  • How to remove options in context menu of the task in UWL.

    Hi,
    How to remove options or customize the context menu of the task in UWL.
    I have 4 options(Edit,Remove,Forward,Resubmit) is appearing in the context menu.
    My requirement is to delete Forward option form the menu list and only 3 options
    should appear in the list.
    Can anybody suggest where to change?
    Thanks,
    Vikas

    Hi vikas,
    Go to System Admin ->System Config->UWL Admin.
    select your system alias.
    Click on Click to Click to Administrate Item Types and View Definitions.
    Select your UWL configuration.
    Download DTD as well as XML file through Download Configuration.
    Then you can edit the xml file using XML spy editor or anyone.
    to upload go back to the same page and select the tab...Upload new configuration.
    Do not forget to clear the cache after upload.
    Hope this helps you.
    Regards
    Atul Shrivastava

  • [Project Pro 2013] User Custom Field w/ Formula does not calculates on Group Tasks

    This issue happens only on Project 2013. When I make a formula (using Duration, Cost, Number, etc...) on a custom field and set "Use formula" option in "Calculation for task and group summary rows",
    works fine without groups, on resume tasks. But when I Group the tasks, the group tasks values disappear.
    When I open the same file on Project 2010, it works correctly.
    Thanks in advance.

    Thank you for the effort. This problem is a bit tricky and hard to explain without images or files.
    I'll try to explain using your example:
    - I do not coded my summary tasks with the value in the "Text1" field and
    - I do not want to maintain hierarchy on groups like you show.
    1. On "No Group" mode, the summary tasks works fine. All summary tasks shows the values calculated by the formula. Summary tasks are not the problem.
    2. However, when you group the tasks by Text1, the Group Tasks (the colored ones that appear on group mode: Group: a, b and c) do not show the values calculated by the formula, even if you set to "use formula" on summary and group tasks.
    3. When you open the same file on Project 2010 (default configs), group tasks values appears (values calculated for the groups of the detail tasks: a, b, c). If your Duration1 field stays the same or disappear, change some values and refresh the field to check
    the formula is working.
    4. If you see that everything are working correctly so far, try this on your file:
    4.1. Maintain your tasks grouped by Text1.
    4.2. Add three Fields: "Duration2", "Duration3" and "Duration4".
    4.3. On every detail tasks, enter 2 days for Duration2, 3 days for Duration3.
    4.4 Set Duration2 and Duration3 to "show Average" value on the resume and group tasks. Set the Duration4 to "use formula".
    4.5. Create on Duration4 field a simple formula, like [Duration2]+[Duration3], or [Duration2]/[Duration3].
    4.6. See that the formula works fine the detail tasks (Duration4 = 5 days).
    4.7. Now the problem: The group tasks shows nothing. Duration4 should be calculated (average duration2: 2 days + avg duration3: 3 days = 5 days).
    4.8. Save the file and open on Project 2010. If the resume tasks on Duration4 continues to show nothing. Refresh the field by clicking right button on field and going to "Custom field" and pressing OK.
    See that Duration4 are calculated on Project 2010 correctly, but not on 2013 version. That is the problem
    Thanks again. I hope it helps.

  • Human Task: Claimed Group task not visible to others in group

    We've recently upgraded from SOA Suite 10.1.3 to SOA Suite 11.1.1.3.
    We're using the standard worklist application in both versions.
    In 10.x, if we assigned a Task to a Group, all members of the group would always see the task in the worklist application.
    If a group member claimed the task, the other group members would still see the task in the work list, and could see the task details (read-only) in the detail screen
    All group members could also see all group tasks, regardless of status/outcome (completed, withdrawn, refused, etc.) and regardless of the group member that completed the task, if they chose the filter "Any".
    In 11g, a group task that is claimed by another group member disappears from the worklist (on refresh), and users only see completed group tasks if they completed the task themselves.
    We did grant "View Task" to all roles for the *.task in JDeveloper ("Actions" Tab)
    and either "Read" or "Write" for all combinations in the "Content" Tab.
    Is this is a "feature" ?
    Is there some way to configure the old behaviour ?

    Can anyone put some thoughts on this.
    For normal report if I give u2018view instancesu2019 right over the folder for users, they can see instance ran by other user. However if I try to do the same thing with publication it doesnu2019t work this way.
    Only publisher or recipients can see the instance created in the folder ,for rest it shows a blank page saying u2018No items to displayu2019 . I tried to add other users in u2018administratoru2019 group and with that access also they could not see instance there for publication. Is this the expected behavior of publication. If so we might have to look for another approach to meet the requirement.
    Thanks.

  • Handle to a BPM task in UWL

    Hello UWL Experts,
    This is a follow up thread to the question that I have already posted in BPM forum [Handle to a Task in BPM;. The attempt here is to check if this issue could be simply solved in the context of UWL / rather than BPM.
    Here goes the actual problem description.
    1. There is a BPM process which parallely triggers the creation of a task (in UWL ) and creation + sending of a custom email form (HTML form containing the same task data) to a user at the same time.
    2. If the user approves the task from Email (instead of logging into Portal / UWL), how to automatically close the task in UWL.
    On capturing this event can I use any UWL API to close the UWL task? Will a custom UWL connector help in closing this task in UWL.?
    Any pointers will be highly appreciated.
    BR,
    Bala

    CE 7.2 provides Adobe forms for this and that would solve the problem. Also, the close task event could be triggered in CE 7.3. But in CE 7.1, there is no solution for this.

  • Can Non SRM users approve SRM task from UWL ?

    We have a requirement where certain task approvers who do not belong to SRM application hence they can not access SRM directly. But task item is available for there approval in Universal Work List. Can they approve the task from UWL. If not what we need to do so that non SRM users can approve task from portal Universal Work List
    Thanks and Regards
    Sudhir

    Answered in SRM - Shopping Cart Forum.

  • Can't Open Task in UWL EP7.0

    Hello Portal specialist,
    I have a question about UWL as i mention in the subject, why i can't open task in uwl ep7? is it something missing and should be implemented (such us support package)? or maybe i should add some role object?
    Please guide me.
    Many thanks in advance for u r help.
    Drikavide

    Some other information, maybe inportant and helpful.
    Yesterday I wanted to fix tehe problem myself and I made reinstalation PS Elements 6.0 from my original CD.
    Nothing new! Doesn't work!
    Than, I instaled this PS E 6.0 on the other computer. And .... the same error!
    Its funny and interesting why it happens between 2013 & 2014 ?!

  • Trying to open a task in UWL, system shown an message

    Hi Frineds
    While trying to open a task in UWL, system shown an message
    SSO logon not possible; invalid host name for issuing cookie
    Choose "Logon" to continue A dialog box appears in which you can enter your user and password
    No switch to HTTPS occurred, so it is not secure to send a password
    Plz let me know the reason and how to fix it
    Regards
    Kumar

    SSO logon not possible; invalid host name for issuing cookie
    You can do this
    (1) Set the security trace level in the ticket accepting system
    ======================================================
    1. Call transaction SM50 (process list):
    2. Process -> Trace -> Reset -> Workprocess Files
    3. Key combination: F5 (select all), CTRL-Shift-F7 => Dialog box;
    4. Set trace level=3 and ONLY(!) check the "Security" component;
      If necessary, you must repeat these steps for each server (see
      transaction SM51), unless you can use a specific server for
      reproducing the error (for example, by excluding the load
      distribution).
    (2) Run the webdiagtool as per example 3.
    (3) While the webdiagtool is running, please reproduce a failed attempt
    to the backend
    (4) When the SSO fails, wait a minute and then press return in the
    diagtool console so that the resulting traces are picked up
    Please check the configuration in portal, use fully qualified domain
    name instead of host name.

  • Forwardingh GP tasks in UWL.....

    Hello experts
    I have configured GP tasks in UWL.iam dispalying these GP tasks in Customised UWL iview not in standard ivew.
    my requirement is.. i need a button like "forward" and when i click the button .,GP tasks should be forwarded to another person.
    how can i achieve this..
    thanks in advance...
    regards
    vijay.

    Hi,
    when iam trying to forward the GP tasks from UWL in EP 7.0  iam getting Exception like...
    "Unable to perform the request. Try again and if the problem persists, inform your system administrator.
    what could be the reason.we are not using CE to develop the GP process. GP processes are generated on portal itself.
    any idea...
    thanks
    regards
    vijay

  • Email notification when creating a task in UWL

    Hi all,
    I have email well configured for workflow notification and subscription, but I can't find out why when I create a new task in UWL the email is not send.
    Where do I have to configure email notification for new tasks?
    I realised that these 2 things are necessary, and also the email configuration (I have the one for subscription and workflow notification):
    1.- In System Administration  ® System Configuration ® Universal Worklist & Workflow ® Workflow ® Engine ® Engine:
    Notify Assignees On Task Creation --> TRUE
    2.- When creating the task: Notify On Updates, Completion, and if Overdue is selected.
    What else do I need?
    Thanks,
    Regards.

    Hi Iker,
    Could you please check the following documentation on the KM side?
    The channels need to be configured on the KMC side too, and the user has to have a valid email address set up in Identity Management.  We also need to be clear when we are speaking about notfications these are KMC notifications and not the backend workflow SAP Office documents.   There is a bit of confusion sometimes regarding this. On the KMC side please consult the following documentation, that my colleague Cathal was nice to provide us with
    http://help.sap.com/saphelp_nw70/helpdata/en/3d/b58436b8a911d5993900508b6b8b11/frameset.htm
    See also the links at the bottom of the page. Also, note 808756 (notification/channel configuration)
    Please let me know if this helps:
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • How integrate task of uwl into Outlook

    Hello,
    How integrate task of UWL into Outlook.
    The cliente want that when he create one task in the uwl, this show in outlook.
    It is possible?
    Thanks.

    Hi,
    Before importing the contacts, you should export the contacts first.
    Link for exporting contacts from windows live mail below:
    http://windows.microsoft.com/en-IN/windows-live/mail-import-backup-restore
    After this, please refer to the following link providing how to import contacts to outlook:
    http://www.sevenforums.com/tutorials/93686-outlook-2010-import-windows-contacts.html
    Thanks!

  • How to delete ad hoc workflow tasks in UWL centrally?

    Hi,
    While we were testing UWL function of Enterprise Portal in Netweaver 7.0, number of users created ad hoc workflow tasks in UWL.  We have recently decided to use Universal Worklist for Inbox-based workflow only (WebFlowConnector) and not to use it for ad hoc workflow (AdHocWorkflowConnector).
    Instead of asking all users to go in to UWL and delete all their ad hoc workflow tasks, I (as a System Administrator) like to delete all ad hoc workflow tasks myself, centrally.  Is this possible?  Does anyone know how to delete all ad hoc workflow tasks centrally?
    Thank you.
    Joon,

    Hi Joon,
    I think it will be really difficult to achieve what you want as each task is related to a particular user.
    I am not sure @ a Sysadmin can accessing other users' tasks.
    You can try looking for some way by using UWL apis.
    I think you can get all your user's adhoc tasks in an ItemCollection object by using append method of Itemcollection Interface and then see that deleting this object may achieve give u desired reults.
    Also try having a look at the IUWLItemManager interface.
    You will find these interfaces in com.sap.netweaver.bc.uwl
    See [here|https://help.sap.com/javadocs/NW04S/current/uw/index.html]
    I hope it helps.
    Regards,
    Sumit

  • Portal Runtime Error while executing GP tasks from UWL

    Hi all,
    I am trying to create a process in Guided Procedures.
    The activities involved in this process include calling some standard R/3 transactions.
    For this, I first created Portal Iviews of the SAP R/3 transactions involved. Then In GP Design time, I created corresponding callable objects of type Portal Iviews.
    User's can view the tasks assigned to them in their UWL without any problems. To execute a particular task, user clicks on the corresponding Work item in UWL.
    However, this gives a portal runtime error.
    The log file has the following error.
    com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#LAAJ#9176##LTIVSH01.vshodc_LP1_11774250#LAAJ#4474b4ce1db811ddba24001871775ce5#SAPEngine_Application_Thread[impl:3]_33##0#0#Error##Java###04:38_09/05/08_0046_11774250
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;<System.ConnectionString>&\#39;; the problem occured at position 0. Cannot process expression <System.ConnectionString> because Invalid System Attribute:
    System: &\#39;SAP_LocalSystem&\#39;,
    Attribute: &\#39;ConnectionString&\#39;.
    Please suggest a solution for this problem.
    Regards,
    Preksha

    Dear Friends
    I have the same with this problem
    Please help us to resolve this problem
    Thanks and best regards

  • Error when opening leave request task in UWL

    Hi,
    I have a manager role and when I want to proceed the leave request tasks in the UWL, I get the following error message:
    Error:     -6
    Version:     7000
    Component:     J2EE Server
    Date/Time:     Thu Jun 10 17:58:01 2010
    Module:     http_j2ee.c
    Line:     820
    Server:     erpqalas1_QE1_00
    Error Tag:     {00015518}
    Detail:     Cannot reach external Application Server on localhost:50000
    I have no idea where the problem comes from and no idea how I can solve it. I have no access to the serve but I can ask the administrator to check a few points for me.
    Can anyone give me a hand on that problem ?
    Thanks in advance fir your help.
    Thibault

    Please check this: http://help.sap.com/saphelp_nw2004s/helpdata/en/20/d0f83b4a91ce5ce10000000a11402f/frameset.htm
    It might be helpful.
    Edited by: Saud Shaikh on Jun 14, 2010 2:22 PM

  • Unable to perform the request error while selecting completed tasks in UWL

    Hi,
    When user is selecting the Completed Task in the UWL, the below error is displaying
    error: Unable to perform the request. Try again and if the problem persists, inform your system administrator.
    While selecting completed tasks in the drop down, it is showing "Completed Tasks(30)". But after selecting "Completed Tasks(30)" from the drop down, the above error message is getting.
    How can we resolve this??
    Note: We are using EP 7.0 SP 17. When I checked in sdn, I found that there is a problem with completed tasks earlier to sp14. But in SP14, this issue was fixed. But why we are facing this issue?
    Thanks,
    VV

    Hi,
    Please let us know if you can found any relevant logs on
    1) dafault.trc file
    <Drive>:\usr\sap\<sys-id>\JC<inst-no>\j2ee\cluster\server0\log\
    2) UWL logs:
    usr\sap\<version>\JC00\j2ee\cluster\server0\log\applications\sap.com\u
    wl
    Also Have a look on note 1120556.
    Please remember to evaluate the replays, this incentive the SDN to keep growing,
    regards,
    Fabio

Maybe you are looking for