HKEY_LOCAL_MACHINE\Software\Cyco\AutoManager Meridian\CurrentVersion\WebLink
Value Name |
Data Type |
Value Data |
---|---|---|
AhaPortal |
DWORD |
If this value is 1 (default), the item Meridian Wishlist is visible in the user's menu in PowerWeb. If this value is 0, the item is hidden. |
AnonymousUsesNetViewer |
DWORD |
If this value is 0 (default), PowerWeb will not allow anonymous users to use the viewer and thereby claim licenses. If this value is 1, the viewer may be used. |
ApplyMetadata |
DWORD |
If this value is absent or 1, the default behavior occurs. In this case, when users create new documents and set properties that are used in the Field-Path definition, the new values are applied as soon as possible. This can cause new folders to be created with an underscore (_) as the name . If this value is 0, the new values are applied later in the transaction after the folder names have already been set. |
CADLinkExtensions | String | Semicolon-delimited list of file extensions for which to enable the CAD application links in PowerWeb. The extensions are as follows: dst; dgn; dwg; doc; docx; docm; xls; xlsx; xlsm; ppt; pptx; pptm; vsdx; vsdm. |
ColumnFilteringLimit | DWORD |
If the number of documents in a search result is below the threshold set by this setting, column filtering is available for the search results. If the number of documents is above this threshold, column filtering is disabled. This setting improves the speed at which search results are displayed in PowerWeb. 0: default value, no limitations placed on search result size |
CompanyLogo |
String | The filename of an image to show as the logo in PowerWeb. By default, the Accruent logo is shown. The file must reside in the C:\inetpub\AMM\Img folder on the PowerWeb server. |
CustomFullURL | String |
URL of Meridian PowerWeb for use from outside the LAN (for example, http://<YourDomain>:8082/meridian/start). This setting should only be used as a temporary solution while troubleshooting host name resolution problems with the default URL. Also see UseCurrentHost in HKEY_LOCAL_MACHINE\Software\Cyco\AutoManager View Control2\Settings. |
DbgXMLPath | String | Path to a folder to save XML files generated by PowerWeb. For debugging only. |
DisableThumbnailUpdate |
DWORD |
Method used to create thumbnail images: 0 (default): Create the thumbnail image from the preview image stored in the file if it exists. 1: Do not create thumbnail images at all. 2: Use the web server to create thumbnail images from the source file only if no preview image exists. |
DisableVisibilityExpressionsOnEdit |
DWORD |
Controls if PowerWeb should check your VBScript for visibility expressions when the user is editing a property or wizard page. You should configure this setting if your configuration is complex and the visibility expressions in your VBScript are resulting in lag time. 0 (default): PowerWeb evaluates the visibility expressions as configured in the Configurator. 1: When a user is editing a wizard page, PowerWeb does not evaluate visibility expressions related to the display of property pages. 2: When a user is editing a wizard page, PowerWeb does not evaluate visibility expressions related to the display of commands. 4: When a user is editing a property page, PowerWeb does not evaluate visibility expressions related to the display of property pages. 8: When a user is editing a property page, PowerWeb does not evaluate visibility expressions related to the display of commands. To apply multiple settings at the same time, combine their respective values. As an example, to disable both property page visibility and command visibility expression when editing property pages, combine 4+8. The result is 12, which is the value you should use. |