How to open new browser window?

martinpalacios
Kilo Explorer

Hi I have to create a business rule that runs after the user updates a ticket. Is there any way to open a new window and take the user to a url (say google)?

I tried window.open(url) and it does not work

Any ideas?

1 REPLY 1

stranger_tepa
Kilo Contributor

Greetings Martin,

Business rules are pieces of code that get executed on the server side. I guess that you could implement the window.open on client scripts. I suggest create an onload script that calls the windo.open