ActiveView and SwitchView Usage
With the V2024-R1-SP1 version, SwitchView must be used to switch between views on the application.
SwitchView("default");
Default view will be opened.
ActiveView is also available in versions prior to V2024-R1-SP1.
In ActiveView;
ActiveView ="default";
It will be sufficient to use it in the form of.
Due to security measures, the view change process is not active on the client side.
You can use the above operations through the server.