Meridian Enterprise Script Editor

The Meridian Enterprise Script Editor is a simple text editor for entering VBScript code. The code you create is saved in your Meridian vault configuration. Configuration expressions are saved as individual code blocks, and the Meridian event procedures code is saved as one code block.

The Meridian Enterprise Script Editor can help you to build correct VBScript code by listing all available objects, functions, and constants for easy selection. As you enter VBScript code in the code pane, the Meridian Enterprise Script Editor constantly monitors the syntax of your code. When the current code is correct, the status bar displays Script is valid. If the syntax of the current code is incorrect, the status bar displays the error and the location of the error so that you can easily correct it.

If you are entering a configuration expression, when you are finished entering code, you can test the code by clicking the Evaluate the expression button Button that looks like a calculator.. The Meridian Enterprise Script Editor will evaluate the expression and display the result so that you can confirm that the result is what you expect.

We include many examples of code that can be implemented in the VBScript Editor in our documentation. If you need assistance with your implementation, reach out to your Accruent representative.