Function fails to Return User input from Modal Window
The purpose of this code is to get User input to generate a report. The User will select the Month and the type. The code partially works as shown but as soon as I try to convert it to a function that resides on another JSL file (called with an "include") it fails. I am not able to get the two variables returned and I always get a "Name unresolved" error. I know that Month returns as a list and ...