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

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

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

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

Hi,

Did it worked?

br,
Vlad