Configuring Audit Finding Status

You can configure audit finding status properties required to enable a finding status. By default, the finding status is disabled.

See Properties for Audit Finding Status

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

      LQIAudit.EnableFindingStatusFunctionality

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

      For example, LQIAudit.EnableFindingStatusFunctionality=Yes

  3. To configure to auto-create a finding status for the context finding, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      LQIAudit.AutoCreatedFindingStatusType

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

      For example, LQIAudit.AutoCreatedFindingStatusType = type_AuditFinding|type_FindingStatus

      Note: If the value for this key is set to blank, the finding status is not created.

  4. 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.