Accruent Meridian Enterprise 2020 Configuration Guide

Configure the Display Conditions Of a Panel Element

The display conditions of a panel element determine when the element is visible, read-only, or cleared.

To configure the display conditions of a panel element:

  1. In Configurator, expand Pages in the configuration tree to display the existing pages.
  2. Select the page containing the panel that you want to edit and click the Edit button to change the page.
  3. On the General page, select the panel that contains the panel element that you want to edit and click the Edit Panel button. The panel’s Properties dialog box appears.
  4. Click the Fields tab. The layout of the current panel elements appears.
  5. Select the panel element that you want to edit in the list and click Edit. The panel element’s Properties dialog box appears.
  6. Click the Conditions tab. The field's condition options appear.
  7. Click options or type values using the descriptions in the following table.

    Note:

    If you use a property on multiple pages, only the value from the last page shown will be saved. You may want to restrict users from editing the property on other pages by enabling the Field is read-only and cleared option for the property on the pages that should be read-only.

  8. Click the OK button to save your changes.
Panel element display conditions
Option Description

Field is visible

Makes the element visible. Select either Always or This expression must be True, and click the Meridian Enterprise Script Editor button to build a VBScript expression that will be evaluated to determine when the element is visible. For information on using VBScript for configuration expressions including their limitations, see the Accruent Meridian Enterprise VBScript API Reference.

Field is read-only and cleared

Makes the element read-only and disable user input. Select either Always or This expression must be True, and click the Meridian Enterprise Script Editor button to build a VBScript expression that will be evaluated to determine when the element is visible. For information on using VBScript for configuration expressions including their limitations, see the Accruent Meridian Enterprise VBScript API Reference.

Apply to entire batch

Applies the values that users type for this element for the first document of each document type in a batch to all of the other documents of the same document type in the same batch. For this to succeed, the user must also select the Apply for all other documents of this type option in the wizard page during batch processing.

Select either Always or This expression must be True, and click the Meridian Enterprise Script Editor button to build a VBScript expression that will be evaluated to determine when the element is visible. For information on using VBScript for configuration expressions including their limitations, see the Accruent Meridian Enterprise VBScript API Reference.