Add target "tab" to sc_redir

Be able to open an app in a menu tab from an event or AJAX

sc_redir(‘app’, , ‘tab’);

You can open a menu item by simulating a click with JavaScript. In this example, another application is opened in tab within the onChange event.

Thank you @derazo but this will not work if the field is read only (AJAX will not even be call)

Also it will not work from Dashboard or master/detail form, item should be equal to window.top.document.querySelector(xxx);

So a tab option will easier to use and work in all situation