I have a VC view. Finally the output of a form is fed as input to a stored procedure data service. The stored procedure data mode has 2 output ports:
OUTPUT
RESULT
The value of the result of the stored procedure is present only in the RESULT port.
When I make a Callable object pointing to the Portal iView of thois VC view, I do not get the output parameter that comes in RESULT in the Output Parameters of the Callable object
Any help ?