NGClient deployment
Overview
Starting Servoy NG Clients (giving arguments or using a deeplink)
{serverURL}/servoy-ngclient
{serverURL}/solution/{mySolutionName}/index.html
{serverURL}/solution/{mySolutionName}/index.html?a={value}
{serverURL}/solution/{mySolutionName}/index.html?a={value}&{name1}={value1}&{name2}={value2}
{serverURL}/solution/{mySolutionName}/index.html?m={myMethodName}
{serverURL}/solution/{mySolutionName}/index.html?m={myMethodName}&a={value}
{serverURL}/solution/{mySolutionName}/index.html?m={myMethodName}&{name1}={value1}&{name2}={value2}
Last updated
Was this helpful?