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 the servoy.allowSolutionBrowsing option under 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.

Profiles

The Application Server provides a couple of settings that influence the Smart Client behavior, for example in the area of how the Application Servoy and the Smart Client communicate. As When one (group of) Smart Client(s) might require different settings than the other one, the Application Server provided Profiles. Using Profiles, different groups of settings can be bundled under a named Profile. Smart Clients can connect to the Application Server using a particular profile by adding the Profile name to the URLs mentioned above. For example:

...

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

Profiles can also contain all the additional arguments that can be specified on the above mentioned URLs, like solution, method, arguments, named arguments (name1, name2 etc.). The shorthand syntax is also supported.

method=deepLinkAction
argument=275241

For more information on Profiles, see Profiles.

...