Hello!!
I have configured a decision item from a decision task to set the user decision with note.
My decision task has 2 decision options (accept is"Validar gasto" and reject is "Devolver gasto para correccion"), but when an item for this task comes, only is displayed two buttons with the text "Decision".
This is the configuration file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
>
<UWLConfiguration version="1.0">
<ItemTypes>
<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="accept" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no" referenceBundle="Validar_gasto">
<Properties>
<Property name="decisionKey" value="1"/>
<Property name="UserDecisionNote" value="true"/>
</Properties>
<Descriptions default="Aceptar"/>
</Action>
<Action name="reject" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no" referenceBundle="Devolver_gasto_para_correccion">
<Properties>
<Property name="decisionKey" value="2"/>
<Property name="UserDecisionNote" value="mandatory"/>
</Properties>
<Descriptions default="Rechazar"/>
</Action>
</Actions>
</ItemType>
</ItemTypes>
</UWLConfiguration>
Somebody knows how can I change the text of the buttons?
Is very urgent, please.
Helpful answers will be rewarded.
Thanks and regards,
Manuel.