Hi all,
I am facing with "This action is not valid for this item" error, if I submit the items by using "Submit Decisions" button on UWL. Please find the uwl, below;
<ItemType name="uwl.task.webflow.decision.TS90100027" connector="WebFlowConnector" defaultView="DevamDevamsizlik" defaultAction="viewDetail" executionMode="pessimistic">
<ItemTypeCriteria externalType="TS90100027" connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="session">
<Attribute name="Personel" type="string" displayName="Personel Adı"/>
<Attribute name="AttAbsText" type="string" displayName="Devam/Devamsızlık Tipi"/>
<Attribute name="BaslangicTarihi" type="date" displayName="Başlangıç Tarihi"/>
<Attribute name="BaslangicSaati" type="time" displayName="Başlangıç Saati"/>
<Attribute name="BitisSaati" type="time" displayName="Bitiş Saati"/>
<Attribute name="BitisTarihi" type="date" displayName="Bitiş Tarihi"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action name="Onayla" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no">
<Properties>
<Property name="decisionKey" value="0001"/>
<Property name="UserDecisionTitle" value="Onayla"/>
</Properties>
<Descriptions default="Onayla"/>
</Action>
<Action name="Reddet" groupAction="" handler="SAPBSPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
<Properties>
<Property name="decisionKey" value="0002"/>
<Property name="UserDecisionTitle" value="Reddet"/>
<Property name="Application" value="zh12j010"/>
<Property name="PageId" value="rejectreason.htm"/>
<Property name="workitemId" value="${item.externalId}"/>
</Properties>
<Descriptions default="Reddet"/>
</Action>
<Action name="Detay" groupAction="" handler="SAPBSPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
<Properties>
<Property name="Application" value="zh12j010"/>
<Property name="PageId" value="detail.htm"/>
</Properties>
<Descriptions default="Detay"/>
</Action>
<Action name="Yazdir" groupAction="" handler="SAPBSPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
<Properties>
<Property name="Application" value="zh12j010"/>
<Property name="PageId" value="print.htm"/>
</Properties>
<Descriptions default="Yazdır"/>
</Action>
<Action name="submitUserDecisions" groupAction="yes" handler="UIActionHandler" referenceBundle="submit" returnToDetailViewAllowed="no" launchInNewWindow="no"/>
</Actions>
</ItemType>
<View name="DevamDevamsizlik" selectionMode="MULTISELECT" width="98%" supportedItemTypes="uwl.task.webflow.decision.TS90100027" columnOrder="createdDate, Personel, AttAbsText, BaslangicTarihi, BitisTarihi, BaslangicSaati, BitisSaati, redCol, onayCol" sortby="createdDate" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" refresh="-1" dueDateSevere="0" dueDateWarning="0" emphasizedItems="new" displayOnlyDefinedAttributes="no" dynamicCreationAllowed="yes" actionPosition="bottom">
<Descriptions default="Devam/Devamsızlık Talepleri">
<ShortDescriptions>
<Description Language="en" Description="Devam/Devamsızlık Talebi Onay"/>
</ShortDescriptions>
</Descriptions>
<DisplayAttributes>
<DisplayAttribute name="onayCol" type="checkbox" width="" sortable="no" format="default" actionRef="0001" hAlign="CENTER" vAlign="TOP" maxTextWidth="0" headerVisible="yes">
<Descriptions default="Onayla">
<ShortDescriptions>
<Description Language="en" Description="Onayla"/>
</ShortDescriptions>
</Descriptions>
</DisplayAttribute>
<DisplayAttribute name="Personel" type="string" width="30" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
<Descriptions default="Personel"/>
</DisplayAttribute>
<DisplayAttribute name="AttAbsText" type="string" width="15" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
<Descriptions default="Devam/Devamsızlık Tipi"/>
</DisplayAttribute>
<DisplayAttribute name="BaslangicTarihi" type="date" width="" sortable="yes" format="medium" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
<Descriptions default="Başlangıç Tarihi"/>
</DisplayAttribute>
<DisplayAttribute name="BaslangicSaati" type="time" width="" sortable="no" format="medium" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
<Descriptions default="Başlangıç Saati"/>
</DisplayAttribute>
<DisplayAttribute name="redCol" type="link" width="20" sortable="no" format="default" actionRef="Reddet" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
<Descriptions default="Reddet">
<ShortDescriptions>
<Description Language="en" Description="Reddet"/>
</ShortDescriptions>
</Descriptions>
</DisplayAttribute>
<DisplayAttribute name="BitisSaati" type="time" width="" sortable="no" format="medium" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
<Descriptions default="Bitiş Saati"/>
</DisplayAttribute>
<DisplayAttribute name="BitisTarihi" type="date" width="" sortable="yes" format="medium" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
<Descriptions default="Bitiş Tarihi"/>
</DisplayAttribute>
</DisplayAttributes>
<Actions>
<Action reference="submitUserDecisions"/>
<Action reference="refresh"/>
<Action reference="forward"/>
</Actions>
</View>
Can anyone give a suggestion about it?
Thank you