In the Developer Reference Manual v3, it says for a detailed description of the Servoy Headless Client API and more information aobut the SHC functions, see:
http://developer.servoy.com/docs/headle … index.html
Pointing to this url, get the “We’re sorry, but something just went wrong…” message.
On page five of the document located at http://developer.servoy.com/docs/servoy … client.pdf, there is also a reference to the same link.
I am trying to have a method executed on the server whenever a user clicks on a url located in an email.
The user may or may not have a Servoy smart client installed. Also the user may or may not have JAVA installed.
So I want the solution’s method to be executed by the SHC which is triggered by the user’s clicking on the emailed URL.
No further user inputs are required and no form should be displayed on the user’s computer.
What I can not figure out is how do I prevent the form from displaying on the user’s computer.
I appreciate any suggestions.