Script Reference
Enterprise Auditor provides extensions to standard Visual Basic Script. These extensions allow access to and manipulation of task data, in addition to invoking queries. Enterprise Auditor implements them through two objects.
Query Object
The Query object provides access to the current query configuration and data. Use this to examine the results of a query or to manipulate the query before Enterprise Auditor executes it. Changing properties of this object changes how Enterprise Auditor executes the task.
Working Query Object
The Working Query object is identical to the Query object. This object supports the same methods and properties as the Query object but its properties and methods don't access the current query. Think of this object as allowing the ability to create a task dynamically. Use this object to perform queries, while leaving the original task undisturbed. This is valuable when performing compound queries isneeded. See the Script Example 2: Command Query topic for additional information.