Child pages
  • Smart Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleSpecify the method to execute, the startup argument & named arguments
<serverUrl>/servoy-client/mySolutionName.jnlp?m=myMethodName&a=value&name1=value1&name2=value2
Include Page
Serv7:deeplinkSyntaxshorthandLinkSyntax
Serv7:deeplinkSyntaxshorthandLinkSyntax

Deeplinking into existing Smart Client
When a user already has a Smart Client open, it's possible to provide the user a URL that deeplinks to a method in the open solution. When the URL is opened, it will access the Application Server and the Application Server then contacts the existing Smart Client and executes the specified method.

...