In v2024 I had a line in Row_Inserted to close the current tab and open a new one on another app....
$this->terminate("https://www.xxx.com/apps/yyy/login.php");
This no longer works in v2026 - although the new record is added, the Add page just hangs.
Two questions:
-
How do I get this to work in v2026
-
I'd now like to open the second tab but NOT close the running app. How can I open this other url in a new tab while leaving the main app running?
Thanks