Forum Discussion

pskitsme92's avatar
pskitsme92
Occasional Contributor
3 years ago
Solved

Adding groovy function to script file

Adding 2 function to script file under bin\script\ class myClass { def f1(val1, val2){ ....} def f2(val1){ def status = true                     return status   } } saving the file under bin\...
  • pskitsme92's avatar
    3 years ago

    The problem was, when I updated Ready API from 3.9.0 to 3.9.1 the project still pointed to the bin\script under 3.9.0, 

    So problem solved, thanks for the help ;o)