Configuring the Display of Agenda Item Title - Agenda Voting - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Agenda Voting

Platform
OnBase
Product
Agenda Voting
Release
Foundation 24.1
License
Premier
Standard
Essential

To configure whether the short or long title for agenda item is displayed, you must configure the .cshtml file. By default, the short title is displayed.

To configure whether the short or long title is displayed:

  1. Open the _Items.cshtml. file.
    By default, this file is located in the C:\Program Files (x86)\Hyland\BoardMeeting\Voting Display\Views directory on your local drive.
  2. Locate the ItemTitle class.
  3. Modify the class to use @item.LongTitle.
  4. Click Save to save the configuration file.
    The long title for the agenda item will be displayed on the Voting Display.
    Note: Once a .cshtml file has been changed, you should move the modified file into the Shared folder. When an upgrade occurs, files in the Shared folder will override the default values, and your customizations will not be replaced.