Hello,
We recently configured worklist to display items for Bid approval. The requirement is show Approve/Reject button by default so that the approver can perform action line by line and need not open the task for approving/rejecting.
I created a custom xml and added a decision handler for task TS79007914 in the following manner:
<ItemType name="uwl.task.webflow.TS79007914.SAP_SRM" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
<ItemTypeCriteria systemId="SAP_SRM" externalType="TS79007914" connector="WebFlowConnector"/>
<Actions>
<Action name="accept" groupAction="yes" handler="UserDecisionHandler">
<Properties>
<Property name="decisionKey" value="2"/>
</Properties>
</Action>
<Action name="reject" groupAction="yes" handler="UserDecisionHandler">
<Properties>
<Property name="decisionKey" value="1"/>
</Properties>
</Action>
</Actions>
</ItemType>
After uploading the file and clearing the cache nuthin happens. We are running on NetWeaver Portal 7.3 and SRM 7.0(EHP 1)
Please help.
Best Regards
Gaurang Dayal