cancel
Showing results for 
Search instead for 
Did you mean: 

UWL Forward Functionality

Former Member
0 Kudos

Hi,

I have an issue, where an user is unable to forward the workitem from SAP-Inbox.When he is trying to forward the item it is stating "you have no authorization to forward". But in portal UWL he is able to forward the same item to other users.How to restrict this in UWL?

Thanks in Advance.

Sekhar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

if you want to remove an functionality in UWL, you have to edit the xml-file of the uwl-configuration which is used.

If you are using the default configuration "uwl.standard" then you have to go to the ItemType for which you want remove this action. For example if you want tot deactivate the forward-function in the Alert-Tab you have to go to

<ItemType name="uwl.alert" connector="AlertConnector" defaultView="AlertsView" defaultAction="viewDetail" executionMode="default">

<Actions>

.........

<Action reference="forward"/>

.......

</Actions>

If you remove the reference="forward" for this ItemType then all UWL-items from the type uwl.alert can not use this functionality any longer.

Please do not forget to clear the cache after uploading your changed xml-file.

Regards,

Iris

Answers (0)