Hi Eralper,
Try using a script button, write a script to change the url of the window. You can use the given line of code below.
window.top.location="https://www.google.com"; //Use desired URL as string
Regards,
Vigneshkkar.
Hi Eralper,
Try using a script button, write a script to change the url of the window. You can use the given line of code below.
window.top.location="https://www.google.com"; //Use desired URL as string
Regards,
Vigneshkkar.