SBM AppScript Reference → Introduction to SBM AppScript → SBM AppScript Basics → SBM AppScript Elements
The following elements make up SBM AppScript functionality:
Context – An SBM event that triggers script execution, together with specific SBM objects related to that event, such as the current user or current item. Any of these objects can be accessed as properties of the Shell object. For details, refer to SBM AppScript Contexts.
Shell – The SBM application object, like the Internet Explorer Document object. A Shell contains all SBM data accessible to the script. It contains only properties, not functions. For details, refer to Shell Properties.
Ext – Another SBM application object containing extensions to the VBScript built-in functions. These functions provide features or conversions not available in core VBScript. Ext contains only functions, not data. For details, refer to Extension Functions.
Object Types – SBM–specific object types, such as User and Field, are supported. For details, refer to Application Objects.
Copyright © 2007–2016 Serena Software, Inc. All rights reserved.