GetActiveView Method
The GetActiveView method returns the name of the view that is currently active in the client. It uses the following syntax:
GetActiveView()
It includes no arguments.
For example:
var view = SiebelApp.S_App.GetActiveView();
var applet = view.GetActiveApplet();
var canUpdate = applet.CanUpdate();
if (canUpdate){
...
For more examples that use the GetActiveView method, see the following topics: