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
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!