Configuring the subscriptions viewer

After the subscriptions viewer has been installed as described in BlueCielo Meridian Enterprise Administrator's Guide, some of its features can be configured to meet your requirements:

  • Visibility and order of the columns
  • Visibility of the viewer header (logo and title), such as hiding it when showing the viewer as an external property page for document types as described in Configuring external pages.

To change the visibility and order of the columns:

  1. Open the web.config configuration file of the subscriptions viewer in any text editor. By default, the file is located in C:\inetpub\AMM\WebExtensibilityDBViewer.
  2. In the appSettings section of the file, modify the values of the settings described in the following table.
Column settings
Setting Description

SubscriptionsTableColumns

Contains add elements for each column name. The key attribute is the name of the column. Set the value attribute to true to show the column. Set it to false to hide the column. Arrange the order of the add elements to change the order of the columns in the viewer.

To hide the viewer header:

In the URL to show the viewer, set the HideHeader parameter to a non-zero number. For example, the following URL will show the subscriptions viewer without the header:

http://localhost/SubscriptionsView.aspx?MachineName=MyServer&VaultName=MyVault&HideHeader=1