Page 1 of 1

Invoking a service from JS

Posted: Wed Feb 13, 2013 10:06 am
by David5542897

Hi there,

I would like to make a DB query based on certain logic hence want to invoke the call / service from JS. How should I go about that?

Thanks, David


Invoking a service from JS

Posted: Wed Feb 13, 2013 10:33 am
by Maryna Brodina

Hello! Use this

codeserviceInstanceName.execute({});/code


Invoking a service from JS

Posted: Wed Feb 13, 2013 7:56 pm
by David5542897

Perfect, thanks!