Access hash variables in post processing bean shell
Confluence User - 03 Dec, 2020
Subject line says it all ... how do I access the form hash variables in a post-processing bean shell script?
var strMissionType="#form.tableName.fieldName#";
System.out.println("Mission Type: "+strMissionType);
The system out line does not reflect any value for the strMissionType ...
Any help would be appreciated ... TIA!
beanshell;forms