Hi Experts
I am currently trying to divide UWL task in the portal that is delivered from the same backend system between two iviews; which means that I need to display some specific tasks for one application area in one UWL ivew and a bunch of other tasks into another iview.
How is this possible?
My idea is to create two different views like defaultview and customview and add this parameter to the specific tasks like below.
<ItemTypes>
<ItemType name="uwl.task.webflow.TS00700042.SAP_R3_HumanResources" connector="WebFlowConnector" <b>defaultView="customview"</b> defaultAction="launchIView" executionMode="default">
Afterwards define the view parameter on the specific iview under <b>sap_uwl_viewname</b>.
Will this work or is there a better solution?
Thanks in advance
Cheers
John