Hi,
I´ve configured UWL to point to Guided Procedure. It´s working fine!
.
The problem is that I´ve been trying to configure the UWL (via gp xml) to permit the users to delete the completed workitens, but it hasn´t worked.
I´ve checked the log file and there is an error entry:
Connector with id ProviderActionHandler is not registered with UWL
Does anyone know how to configure the xml to allow it? The item is configured as bellow:
<ItemType name="uwl.completedtask.gp.GPLocal" connector="GuidedProceduresConnector" defaultView="uwlTaskGPView" defaultAction="editItem" executionMode="default">
<Actions>
<Action reference="deleteItem"></Action>
<Action name="editItem" groupAction="no" handler="IViewLauncher" referenceBundle="launch_sap" returnToDetailViewAllowed="yes" launchInNewWindow="no" launchNewWindowName="GPWindow" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
<Properties>
<Property name="DynamicParameter" value="app.processId=${item.processID}&app.taskId=${item.activityID}&"></Property>
<Property name="page" value="pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance"></Property>
<Property name="System" value="SAP_LocalSystem"></Property>
</Properties>
</Action>
</Actions>
</ItemType>
Thanks in advance.
Bruno