Calling Standalone functions from other functions
Hi,
I build a new custom function as a standalone function because I wanted to call it from more than one place. Only problem is don't know how to call it? To call a workflow function this is done with:
workflowspace.Myfunction();
Can anyone tellme how to do it for standalone? I can't find it anywhere in the docs.
Many thanks
Tim