2018.1

Table Of Contents
The term ... ... is the same as an Excel ...
... is the same as a Database ...
Group Sheet Table
Key Column Field
KeySet Row Record
Note
Group and key names are case-insensitive.
API Reference
Obtaining an instance of the Repository Object
The Data Repository is accessed via a COM object that exposes methods to store and retrieve
data within the Repository.
JavaScript
var repoObject = new ActiveXObject
("RepositoryLib.WorkflowRepository");
VB Script
set repoObject = CreateObject("RepositoryLib.WorkflowRepository")
In each example in this documentation, the object repoObject is deemed having been obtained
through the above call to the COM object.
The default Repository is always stored at the same location (see "Where to find the Data
Repository" on page56).
The ConnectionString property allows to create an instance of the Repository at another
location; see ConnectionString.
Page 123