Skip to Content
0
Former Member
Nov 11, 2011 at 10:01 AM

Disabling/Hiding Approve button UWL Inbox

233 Views

Hi,

Currently I am working on SRM upgrade project . How to remove/hide approve button in UWL inbox.

Below xml code, using in UWL configuration file in portal:

<ItemType name="uwl.task.webflow.srm.TS90000005.SAP_SRM" connector="WebFlowConnector" defaultView="com.sap.pct.srm.core.view.tasks" defaultAction="com.sap.pct.srm.core.action.launchWD.oldwfl.cont.approve" executionMode="default">

<ItemTypeCriteria systemId="SAP_SRM" externalType="TS90000005" connector="WebFlowConnector"/>

<Actions>

<Action reference="com.sap.pct.srm.core.action.launchWD.oldwfl.cont.approve" />

<! <Properties><Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/></Properties></Action> >

</Actions>

</ItemType>

Implemented " uwlExcludeFromPreviewDetail" code in xml, but it is not working. Pls guide, how to tweak the properties definition a little bit to get it to work.

Tried by mentioning USERDECISION parameter in UWL iview exclude property.