Field: AffectedVersion
Description
Affected Version field is a reference field for incidents which denotes the version of the software/hardware affected by the incident logged.
Examples
The value depends on what has been entered in the Affected Version field picklist in Enterprise Tester.
All records which have an affected version of "version 1":
Code Block |
---|
|
AffectedVersion = "version 1"
|
All records which have an affected version of "V1.0" OR "v2.0":
Code Block |
---|
|
AffectedVersion IN ["V1.0", "V2.0"]
|
Supported Operators
=, IN, !=, NOT IN, IS, IS NOT
Supported Indexes
Entity
Supported Types
Supported Features
Feature | Supported? |
---|
Aggregation | Yes (String Array) |
Sortable | Yes |
Sub-selects | No |