EvidenceStatus Table

The collection of status values for installation evidence.

Table 1. Database columns for EvidenceStatus table

Database Column

Details

EvidenceStatusID

Type: integer. Key. Generated ID

A unique identifier for an evidence status. Possible values (and associated default names) are:

  • 1 = Active
  • 2 = Inactive
  • 3 = Unassigned
  • 4 = Ignored
  • 5 = Assigned.
StatusResourceString

Type: text (max 50 characters). Key

The name of the resource string containing the text to display on the user interface.

StatusDefaultString

Type: text (max 100 characters)

The value to display if there is no resource string available for this status.