Versions Compared

Key

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

...

By default, when using the first option above to launch a Servoy Smart Client (or through the default web page for starting Smart Clients mentioned earlier), when the Smart Client is started, the user will be presented with a list of all available solutions. Through thethe [servoy.allowSolutionBrowsing|Solution Settings#servoy.allowSolutionBrowsing] option under [Solution Settings|Solution Settings] on the Admin page of the Application Server, this dialog can be disabled. When disabled, the deeplink options that specify the solution must be used.

...

Code Block
titleDeeplink into specific solution using a named Profile
<serverUrl>/servoy-client/<profileName>/mySolutionName.jnlp

...

Profiles can be used in all the above mentioned URL's to start or deeplink to Smart Clients

Wiki Markup
For more information on Profiles, see \[Profiles\].&nbsp;

Deeplinking into existing Smart Client
When a user already has a Smart Client open, it's possible to provide the user with 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.

...