Hi all,
Could nay one help me out on the following requirement.
Creating subviews in portal uwl.
We ahve created a specific xml and configured successfully in Universal Worklist Content Configuration.
But we are ubable to create subviews could nay please help me .
XML reference
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
>
<UWLConfiguration version="1.0">
<ItemTypes>
<ItemType name="uwl.task.webflow.TS90000005.SAP_ECC_Procurement" connector="WebFlowConnector" defaultView="ch.itu.view.newtasks_h" defaultAction="launchWebDynPro" executionMode="default">
<ItemTypeCriteria systemId="SAP_ECC_Procurement" externalType="TS90000005" connector="WebFlowConnector"/>
<Actions>
<Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
<Properties>
<Property name="WebDynproApplication" value="zitu_staff_request"/>
<Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
<Property name="DynamicParameter" value="workitem = ${item.externalId}"/>
<Property name="openInNewWindow" value="yes"/>
<Property name="System" value="ERDCLNT010"/>
<Property name="WebDynproNamespace" value="SAP"/>
<Property name="display_order_priority" value="5"/>
</Properties>
<Descriptions default=""/>
</Action>
</Actions>
</ItemType>
</ItemTypes>
<Views>
<View name="ch.itu.view.newtasks_h" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.TS90000005.SAP_ECC_Procurement" columnOrder="subject, creatorId, createdDate, priority, attachmentCount" sortby="createdDate:descend, priority:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_notifications">
<Actions>
<Action name="viewSimilar" groupAction="youCanAlsoDo" handler="UIActionHandler" referenceBundle="view_all_of_same_type" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
<Properties>
<Property name="image" value="icon_detail.gif"/>
<Property name="display_order_priority" value="-5"/>
</Properties>
</Action>
</Actions>
</View>
</Views>
<NavigationNode name="task" view="notifications_new_harsha" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="tasks">
<NavigationNode name="ch.itu.view.newtasks_h" view="" referenceGroup="UWL_PERSONAL" visible="yes" keepItemCountUpdated="no"/>
</NavigationNode>
</UWLConfiguration>
Plesae guide me if i am going in a wrong way.
thanks
harsha