Dear Gurus,
I am trying to display in the worklist two additional columns with data retrieved from custom workflow task TS90000038. I am trying to access elements in the workflow container, see second screenshot. The columns display but are empty.
Below is a screenshot from PFTC for task TS90000038
Screenshot from PFTC for task TS90000038 displaying container fields
I have added the following to the UWL xml
<ItemType name="uwl.task.webflow.TS90000038" connector="WebFlowConnector"
defaultView="DefaultView" defaultAction="viewDetail" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_WebDynpro_XSS" externalType="TS90000038"
connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalObjectId"
objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="P_ACTION_DATE" type="date" displayName="Effective Date"/>
<Attribute name="P_ORG_UNIT" type="string" displayName="Org Unit"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="viewDetail"/>
</Actions>
</ItemType>
The columns display but not the data
I have not added the task TS 90000038 to tcode SWFVISU since the task is used by more than one web dynpro
We are on portal version 7.40 SP 9, ECC6 - Support Pack Stack 14, SAPBASIS731, SP14
No errors display in the logs.
The UWL cache has been cleared.
The item types have been re-registered.
All help is greatly appreciated!
Shari