IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

how can i disable dataview,details view,audit view comments

  • 1.  how can i disable dataview,details view,audit view comments

    Posted Wed May 11, 2011 06:37 PM

    Hi All,

    I have created new task project i have implemented caf login and deployed in mWS, if i open created new task, it is showing dataview,details view,audit view, comments and collaboration tabs, how can i disable this tabs, i have tried with permission management against my task project by un selecting check boxes, still showing tabs., can any one help me on this.

    Regards,
    Anil Kumar Ellendula


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 2.  RE: how can i disable dataview,details view,audit view comments

    Posted Thu May 12, 2011 09:17 AM

    Hello,

    changing the Permissions of the task definition worked for me. I deselected “View Task Audit” and the user could not see the Task Autdit Tab any more. Make sure you do not log in as a admin user.

    Regards,
    Mathias


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 3.  RE: how can i disable dataview,details view,audit view comments

    Posted Tue May 31, 2011 06:06 PM

    Hi,

    Please try the following:
    
    - go to[b] taskDefinition.xml[/b] of your task
    
    - locate the attribute "view_task_portlet_uri":
    
    <CONTEXT>
    < wm_xt_task_definition
    view_task_portlet_uri="/portlet/MyPortletApp___mytaskview"/>
    </CONTEXT>
     - go to [b]taskDetails.xml[/b] of your task:
    
    - locate the "wm_task_search___taskviews" tag:
    
    <CONFIG>
    <CONTEXT>
    <folder name="Details" description="...>
    <page>
    <row>
    <column>
    [b]<wm_task_search___taskviews>[/b]
    
    </wm_task_search___taskviews>
    - replace the tag name of "[b]wm_task_search___taskviews[/b]" with "[b]myportletapp___mytaskview[/b]"
    
    • redeploy

      Please let me know if it works for you.

    br,
    Vlad


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 4.  RE: how can i disable dataview,details view,audit view comments

    Posted Fri June 24, 2011 11:56 AM