Configuring Views for Audit Dashboard

You can configure whether to display Projects column in the Audit view and enable the Project view for the Audit Dashboard.

See Properties for Audit Dashboard Views

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To enable the Projects column in the Audit view, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      LQIAudit.CloumnAuditConnectedObjects

    2. Set the value for this property depending on your business requirements.

      For example, LQIAudit.CloumnAuditConnectedObjects=com.dassault_systemes.enovia.lsa.audit.services.ui.AuditFindingDashboard:getFindingStatusDashboardColumnProjects

  3. To configure whether to enable the Project view for the Audit Dashbaord, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      LQIAudit.AuditConnectedObjectView

    2. Set the value for this property depending on your business requirements.

      For example, LQIAudit.AuditConnectedObjectView=com.dassault_systemes.enovia.lsa.audit.services.ui.AuditFindingDashboard:getProjects

  4. To define the expansion level of a bookmark or the sub folder of a bookmark which is considered to show the connected parentProject in the Audit dashboard, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      LQIAudit.AuditDashboard.ProjectView.BookmarkSubFolderMaximumExpansionLevel = 5
      Set the value in the integer. By default value is specified as 5.

    2. Set the value for this property depending on your business requirements.
  5. When you are finished updating the text file with all properties that you want to modify, use the text file to modify the LQIAudit.properties page object. For more information, see Editing Properties Using MQL.