September 2017
Intermediate to advanced
408 pages
9h 25m
English
The getCurrentScopeName method can be used to retrieve the name of the currently active application scope. As GlideSystem is represented by the gs global object, we do not need to create an object of the GlideSystem class explicitly to use it; for example:
varscopeName = gs.getCurrentScopeName(); //will return the name of the active scope
Read now
Unlock full access