SBM ModScript Reference → Introduction to SBM ModScript → SBM ModScript Basics → SBM ModScript Elements
The following elements make up SBM ModScript 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 ModScript 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 ChaiScript built-in functions. These functions provide features or conversions not available in core ChaiScript. 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 Working with Application Objects.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.