October 26, 20187 yr Dennis, After the first time you run the script in question, it will register the function you are defining in line#3. Then most likely the next time you look at this script, you will see the function name, "SaveContainerAsFile" rather than <Function Missing>. --Bob
October 30, 20187 yr You may also consider moving the RegisterGroovy call to a start up script. That way, the function will show in that script regardless and you wont introduce extra over head by calling the RegisterGroovy function every time the above script runs.
Create an account or sign in to comment