what is the difference between window.open and g_navigation.open.
While developing a UI Action intended to redirect users to an external site, we initially implemented the redirection using the window.open() method. This approach had worked successfully in our previous developments. However, during today's implemen...
