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