Skip to Content
0
Former Member
Jun 26, 2009 at 10:14 AM

Callable object Output parameters does not show up if I use VC

33 Views

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 ?