How do I reference a server script in a library that I've added to my project.

I've created a library with some server script methods, and I've deployed the library and referenced it from another project in another solution. I can't seem to figure out how to access the script methods in that library.  Any help would be much appreciated.

Tagged:

Comments

  • If you promoted the scripts to the Expression Builder, you can use them from the "other" section of the builder tool bar.  You can copy/paste them if desired.  (This is a bit cumbersome, but always an option.)

     

    Alternatively, you can also access by starting with the assigned ..<method/function>

    Intellisence should work.

     

    Worse comes to worse you can start down the whole chain of Metastorm.Runtime.Models...<method/function>