This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Designer Edit Script

Hi,

We have imported a web service and the functions for it, but certain functions need to be called in a linear sequence by a wrapper function so we've created a new script to do it.

These all test OK.

Problem is, in the "Test script" panel of Designer we can only pick the individual web service functions for testing, not our new script which contains a function that calls each one sequentially.

Is there something you need to do with a script to enable it to be tested in Designer?

Parents
  • Hmm...

    The one change I made that got it working properly was, I renamed the Public Function inside the codeblock so at least one function in the script had the exact same name as the script name. Everything else I tried prior to that had no effect at all. At least it's working now, but when I get some time I'll test it with another function and if I can reproduce it, I'll raise it with support.

    Thanks Markus
Reply
  • Hmm...

    The one change I made that got it working properly was, I renamed the Public Function inside the codeblock so at least one function in the script had the exact same name as the script name. Everything else I tried prior to that had no effect at all. At least it's working now, but when I get some time I'll test it with another function and if I can reproduce it, I'll raise it with support.

    Thanks Markus
Children
No Data