Screen link to main window

Hi there,

usually we won’t have any parameters for the index page(main window) such as http://localhost:8080/app
However we have a requirement to append some parameters with the main window.
Based one passed in parameters, we will decide which window/frame it will go to.
for example ,if no parameter, it will go to a frame while lets user to choose something to proceed.
if valid parameters are passed ,it will go to the main frame.

Can someone help me out and give some idea?
I tried screen link but i find it will call main window twice after login. the first time the parameters are null and the second time has the correct values.

Hi,

Unfortunately, the only way for now is Screen links. We are planning to improve URL handling in 7.0 version significantly, I believe your use case will be supported too.