Queue Method from scope other than globals
Posted: Fri Jun 13, 2014 1:12 pm
Hi All
I have a scope call services within my solution.
I am creating a headless client based on same solution and when i try to queue a function from my scopes.services i get the following
Is there a special notation to use to queue a function from a new scope?
I have a scope call services within my solution.
I am creating a headless client based on same solution and when i try to queue a function from my scopes.services i get the following
- Code: Select all
callback data, name: global methodname: doTest didnt resolve to a method in solution scm_riscm
Is there a special notation to use to queue a function from a new scope?