Hi all!
I have configured the item type to handle the user decision with a mandatory note text, but when I do the action, the note is not displayed.
This is the configuration I done:
I have copied the standar xml for my system in another, and on this I have add the parameters to the item type.
This is the portion of xml file of my item type.
<ItemType name="uwl.task.webflow.decision.TS99701053.SAP_ECC_HumanResources" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
<ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS99701053" connector="WebFlowConnector"/>
<Actions>
<Action name="Devolver gasto para correccion" groupAction="Yes" handler="UserDecisionHandler">
<Properties>
<Property name="decisionKey" value="1"/>
<Property name="UserDecisionTitle" value="Rechazar gasto"/>
<Property name="UserDecisionNoteText" value="mandatory"/>
</Properties>
</Action>
</Actions>
</ItemType>
Somebody knows if there is something wrong?
Please is very urgent, and I will reward the helpful answers.
Thanks and regards,
Manuel.