Hello,
In UWL I'm trying to send wi_id as parameter but everytime I get null as value.
Here is my xml configuration:
<ItemType name="uwl.task.webflow.decision.TS99000038.R3" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchAddComment" executionMode="default">
<ItemTypeCriteria systemId="R3" externalType="TS99..." connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalObjectId" objectType="WebFlowContainer" cacheValidity="final">
<Attribute name="externalId" type="string" displayName="External ID"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action name="launchAddComment" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
<Properties>
<Property name="WebDynproApplication" value="InsertComment"/>
<Property name="WebDynproDeployableObject" value="local/inscommn"/>
<Property name="DynamicParameter" value="wi_id=${item.externalId}"/>
</Properties>
</Action>
</Actions>
</ItemType>
I'm using EP7 SP14 over ECC5.
I would appreciate any help.
Amit