Script Editor - Script Editor - OnBase - Disconnected Scanning - OnBase/Disconnected-Scanning/Foundation-24.1/Disconnected-Scanning/Configuration/General-Configuration/Configuring-VB-Scripts/Script-Editor - Foundation 24.1 - Foundation 24.1

Disconnected Scanning

Platform
OnBase
Product
Disconnected Scanning
Release
Foundation 24.1
License
Premier
Standard
Essential
ft:lastPublication
2024-03-25T13:32:11.416000
ft:locale
en-US

The body of the script code is edited in the Script Editor screen that is displayed when creating a new script or when selecting the Edit text… button on an existing script.

Note:

Scripts are limited to a maximum of 1 million characters.

Script execution begins in the function or subroutine named DSMain. The script editor provides a shell of this subroutine when creating a new script object.

The editor interface also provides a mechanism for jumping to a given line of the code. This may be helpful for debugging purposes if the script engine reports an error on a certain line of the script at runtime.

Note:

For additional information on VB script options, see the API documentation.