Hi all,
When any of my tasks are completed they go to ESSWorkItemsCompletedView has it should be, but the column "decision" is always empty.
Shouldn't this be a standard column? Is it something that I'm missing to fill in the task container?
Anyone had this problem?
Thanks,
Luis
View:
<View name="ESSWorkItemsCompletedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedtask" columnOrder="subject, creatorId, createdDate, decision" sortby="createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="60" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="completed_tasks">
<DisplayAttributes>
<DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"></DisplayAttribute>
<DisplayAttribute name="decision" type="string" sortable="no" referenceBundle="decision" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
<Descriptions default="Decision">
<ShortDescriptions>
<Description Language="pt" Description="Decisão"></Description>
<Description Language="en" Description="Decision"></Description>
</ShortDescriptions>
</Descriptions>
</DisplayAttribute>
</DisplayAttributes>
Completed Task:
<ItemType name="uwl.completedtask.webflow.TS90000059.SAP_R3_HumanResources" connector="WebFlowConnector" defaultView="ESSWorkItemsCompletedView" defaultAction="none" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_R3_HumanResources" externalType="TS90000059" connector="WebFlowConnector"></ItemTypeCriteria>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="final">
<Attribute name="ATTACHID" type="string" displayName=""></Attribute>
</CustomAttributeSource>
</CustomAttributes>