04-19-2012 04:34 AM
Hi
I got a callback in the bacth model which has a parameter. i then use this callback in my sequence. i want to populate this parameter in my sequence so the it can change this in the batch model.
How do i do this?
By simply writing to the parameter does not effect batch model referenced parameter.
04-19-2012 06:17 AM
Hi,
Is the parameter you passed is "passed by reference"? If it is "passed by value", the changes wont reflect back.
Regards
Ranjith Naduvil