Hi to all,
my requirement is to use standard dialog task (but not of type decision, meaning the background BOR of the task is not DECISION with its PROCESS method). In UWL I'm able to add a decision note to the task like this:
<action>
<Property name="UserDecisionNote" value="true"/>
</action>
Even though the task is not of type decision, the memo shows up. I can't make it mandatory (changing "true" to "mandatory" does nothing). This task uses FunctionModuleActionHandler to call some function module. Is it possible to send this memo as a parameter to the function module?
If this was a decision task, the memo contents would end in the task container (adhoc objects, or attached objects, one of them). But from what I see, I'm not able to pick the memo text with a standard dialog task. If this is the case, I'm curious why would portal render the text if it is not usable in the first place.
Any help is appreciated