- IMS Knowledge Base
- FileBound
- Web Viewer
-
FileBound
- Add Content
- Active Directory
- Administration
- Automation Processes
- Basic Search & Retrieval
- Capture
- Clipboard
- Connect
- Database
- Document Actions
- DocuSign
- E-Forms
- Enterprise Service
- Full Text Search
- General
- HelloSign
- Https
- Importer Pro
- Installation
- Licensing
- Maintenance
- Office 365
- Records Management
- Reports
- SAML
- Web Viewer
- Windows Viewer
- Workflow
-
Windows Settings
-
Scanners
-
Psigen
-
Code Snippets
-
PaperVision
How do you enable the Web Viewer (beta) for an on-prem FileBound installation for FB Version 8.3.0.2?
To activate the web viewer beta feature in your on-premises FileBound installation version 8.3.0.2, simply execute the SQL script provided below on your database.
--[WEB Viewer Beta]
IF NOT EXISTS (SELECT 1 FROM [FeatureFlags] WHERE FeatureCode='WebViewer_Beta') INSERT INTO [FeatureFlags] SELECT 'WebViewer_Beta',1