It looks like we could have a script and call it as mentioned below in the users manual to populate fileds.
${__BeanShell(source("function.bsh"))} - processes the script
in function.bsh
It means the script gets executed right? Should the script's last statement
be a return statement ? I could not get this working. Any ideas?
Also can we somehow execute a beanshell script which takes parameters in
this context to populate the fields?
Thanks,
Ramesh

