Deeplink in NG client

Hi all,

In version 7 I can do a deeplink to a servoy webclient /servoy-webclient/ss/s/… etc
In there I can control what form ( application.showForm() method) to show.

Now how can I do this in NG client.
I can use web services but as far as I know I cant control application.showForm() method.
I make an deeplink from an 3rd party tool.

Someone got an idea or advice me?

Tnx
Grtz
Derk

Hi Derk,

Deeplinks work in NG client too:

{serverURL}/solutions/{mySolutionName}/index.html?m={myMethodName}

See Starting Servoy NG Clients for more info

Tnx, going to have a look at it