VisionSetting Table
The VisionSetting table contains the following columns:
Column | Description | Sample |
---|---|---|
VisionSettingID | Unique Identifier for the VisionSetting table. There should only ever be one record in this table. | 1 |
VisionRepositoryURL | HTTP Reference to where the Vision Repository is located. This is not currently implemented. | http://www.getaeros.com/vision/repository/ |
DBVersion | The version of the Vision database. When Vision loads, it will check this value to see if the database has been upgraded. | 6 |
FinancialsERPDatabase | The name of the Aeros ERP Database that Vision Financials uses to extract G/L data. | ERP |
IsUserERPForEmail | If set to True, then when emailing Reports from Vision, the system will use the standard ERP EmailQueue tables. If set to False, the system will use the users built in E-Mail client (such as Outlook) | True |
UserListSourceID | Connects to the UserListSource table and must be a matching record. | 1 |
UserListSourceConnectionString | Used only when UserListSourceID = 1 or 2. | SERVER=SQLServer;UID=ERP_AppUser;PWD=WhateverPassword;DATABASE=ERP; |
AerosERPConnectionString | Provide a connection string to the ERP database if used. This will allow the E-Mailing functions to pull out Address Book data when emailing reports. | SERVER=SQLServer;UID=ERP_AppUser;PWD=WhateverPassword;DATABASE=ERP; |