cancel
Showing results for 
Search instead for 
Did you mean: 

UWL ivewlauncher xml

Former Member
0 Kudos

Hi,

We are on portal version 7.31. I have added some xml configuration to our UWL to launch an iview when a specific task is clicked. However, when I click on the task in the UWL, it opens a blank screen. I can see the heading of the iview on the tab that opens up, so I know it has at least gotten that far, but it does not display any content. When I preview this iview directly from the content admin, it displays perfectly fine. So I know the iview is ok. It has to be the xml.

Here is my xml:

<ItemType name="uwl.task.webflow.TS99501295" connector="WebFlowConnector" defaultView="defaultView" defaultAction="launchIView" executionMode="default">
<ItemTypeCriteria externalType="TS99501295" connector="WebFlowConnector"/>
<Actions>
<Action name="launchIView" handler="IViewLauncher" launchInNewWindow="yes">
<Properties>
<Property name="iview" value="portal_content/com.glanbia.Glanbia/com.glanbia.Other_Tabs/com.glanbia.UsefulLinks/com.glanbia.iViews/com.glanbia.mdmMaterial"/>
<Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=no,location=yes,directories=no"/>
</Properties>
</Action>
</Actions>
</ItemType>

can anyone see anything wrong with this?

Many thanks in advance,

Liz.

Accepted Solutions (0)

Answers (2)

Answers (2)

rohit_singhal
Active Contributor
0 Kudos

Hi Liz,

Could you try the following:

<Action name="launchIView" groupAction="" handler="SAPAppLauncher" launchInNewWindow="yes">

<Properties> <Property name="SAPIntegrator" value="ROLES://<pcd path>"/>

<other properties that you want to define>

</Properties>

</Action>

Let me know if this works for you.

Best Regards,

Rohit

kiruthika_s
Active Participant
0 Kudos

Hi Liz,

Refer the below help and check whether the iview is part of role then path needs to be changed

https://help.sap.com/saphelp_nw73ehp1/helpdata/EN/4a/ff42e712275d01e10000000a421937/frameset.htm

When launching the workitem is the blank page issue only on IE? or in chrome also?

Regards

Kiruthika