Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Creating Global Functions
x-idsnro01user1_-_(deleted)
I have created a global function by creating a script in the globals folder within my module and then writing the function within it.I am trying to access this function from another script that happens to be an Execute method from a RequestHandler.suggestions = \$Suggestions.SuggestionsUtils.ReadSuggestions(filepath)The debugger traps the script on this line of code and the stack returned is the actual script rather than executing the script.Any idea on what I am missing and why the script is returning it self rather that being executed?Thanks
Find more posts tagged with
Comments
Martin_Gäckler
Hi,Are there any error messages displayed by the debugger?Martin