BlueCielo Meridian Enterprise 2018 VBScript API Reference
What’s in this guide
The primary method for customizing Meridian to meet your requirements, besides vault configuration described in the BlueCielo Meridian Enterprise Configuration Guide, is to use Visual Basic Scripting Edition (VBScript). VBScript is a subset of the Visual Basic programming language that is built into Meridian and many other applications. VBScript provides programmatic access to many Meridian event procedures, functions, and objects such as vaults, folders, documents, properties, and so on, so that you can automate simple tasks. The Meridian objects that are accessible by VBScript are described in Understanding the Meridian object model.
VBScript is used by Meridian in two ways:
- Configuration expressions as described in Understanding configuration expressions
- Meridian event handling procedures as described in Understanding Meridian event procedures
This reference describes how to use VBScript with Meridian. For general information about the VBScript language, see the VBScript Language Reference web site.
- VBScript is not as complete a programming language as Visual Basic for Applications, which is built into Microsoft Office and other applications such as AutoCAD.
- The examples shown in this document are for educational purposes only, may not represent a complete solution, and are not intended for use in a production environment.