10-04-2011 10:45 AM - edited 03-14-2019 08:39 AM
Hi,
I am trying to access a stored procedure through UCCX script.
I can access a stored procedure by following SQL query through DBRead step and it is successfully getting executed.
DECLARE @return_value int,
@Result int;
EXEC @return_value = [dbo].[SP_ValidateUser]
@ContactPersonId =$input1 ,
@ContactPersonTypeid = $input2 ,
@Result = @Result OUTPUT;
SELECT @Result as '@Result'
I have to get the output of stored procedure in UCCX script variable. Is there any way to get it through DBGet Step.
Any help regarding this is greatly appreciated.
Thanks,
Indumathi.P
08-03-2012 03:54 PM
Hi Indumathi,
Have you got a response to this? I am also looking for a solution to get the output of Stored procedure in my UCCX local script variable. Can you kindly provide me with the script solution?
Thank you
Regards
Jeesh
12-27-2012 10:53 AM
Some body knows the answer for this discussion? I have the same problem...
Thanks for the help.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide