...
Code Block |
---|
Dentro del elemento "units" agregar:
<unit name="nuevoCredito" task="Creditos_v1_u1_default" label="Nuevo Credito">
<argument name="procDefName" value="Creditos" type="string"/>
<argument name="toolInvocationAction" value="create" type="string"/>
</unit>
Dentro del elemento "menuTemplate" agregar:
<interactionRef name="nuevoCredito"/>
|