I have a grrovy script “MyUtil.groovy” written using the “Development->Manage Groovy Scripts” menu option in the studio and use it extensively in various connectors, operations etc in my process.
However I’d now like to use it in groovy custom page as well, but cant get it to work.
“import MyUtil;” says it cant resolve.
And any attempt to use MyUtil.myFunction(…) in the page code also reports that there is no variable called “MyUtil”.
I presume this is a class path issue, but cant work out how to tell the page code to use the script.
Any clues?
Thanks