Page 1 of 1

Passing value to parameter

Posted: Fri Oct 26, 2012 12:57 am
by vamsi.4a6
I developed a server routine which will return a value. I want to pass that value to a parameter in the Job in the Job sequence.I Know I have to use routine activity but i do not Know how to proceed furthur?

Posted: Fri Oct 26, 2012 1:29 am
by DS_SUPPORT
Call the routine using Routine Activity, and Introduce a Job Activity and call the actual job. The job activity will show all the available job parameters. For the parameter you are interested in, select the Routine Activity.$returnvalue

Posted: Fri Oct 26, 2012 3:23 am
by vamsi.4a6
@DS_SUPPORT

Thanks for your Input

Posted: Fri Oct 26, 2012 7:08 am
by chulett
Just to be anal, the actual value is $ReturnValue. And don't forget that any non-zero return value will be considered a failure of the routine if you have the 'Automatically handle' option enabled.