Not all VBScript functions are available to the Meridian Web Client since it runs on the Meridian web server, not on the client computer.
Following are the major functions that are not available, with corresponding recommended workarounds.
Function | Workaround |
---|---|
Global variables |
Use object arguments instead as described in Understanding object arguments. |
Not supported |
|
Wizard page at the beginning of a batch process |
|
FailCurrent method or PrintDetails method (if batch object is available) Wizard page at the beginning of a batch process |
|
ProjectWorkflowEvent_InitializeExpandItem and ProjectWorkflowEvent_BeforeExpandItem events |
Not supported |
Not yet available | |
|
|
Not yet available |
|
About the Briefcase object | Import packages |
DocGenericEvent_PrepareCommand event | Not yet available |
DocGenericEvent_OnProperties event when creating new folders | Not yet available |
Not yet available |
|
AS_PROP_CMD constants AS_PS_CMD_VIEW , AS_PS_CMD_APPLY, and AS_PS_CMD_CANCEL in the DocGenericEvent_OnProperties event |
Assign property validation conditions. |
Notes
Related concepts
Understanding the Meridian Enterprise Script Editor
Understanding the Microsoft Script Debugger
Understanding configuration expressions
Understanding the Meridian object model
Understanding the Meridian functions
Understanding Meridian event procedures
Understanding automation objects
Understanding object arguments
Understanding the CurrentPropertyName property
Related tasks
Understanding the effects of custom scripting
Related information
Formatting text with RTF codes