Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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