Invoking a service from JS
Posted: Wed Feb 13, 2013 10:06 am
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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
Hello! Use this
codeserviceInstanceName.execute({});/code
Perfect, thanks!