66.5k views
2 votes
What filter condition allows you to report on incidents created from the 'Create Incident' record producer where the value for the 'Urgency' question is '2-Medium'?

a. Apply filter condition: ""question.create.urgency"" is "2- medium"
b. Apply filter condition: ""incident.create.urgency"" is "2-Medium"
c. Set filter: 'Urgency' is '2-Medium' on 'Create Incident' record producer
d. Use filter: 'incident.urgency' equals '2-Medium'

1 Answer

4 votes

Final answer:

The correct filter condition to report on incidents created from the 'Create Incident' record producer with an urgency level of '2-Medium' is likely option d, which is to apply a filter: 'incident.urgency' equals '2-Medium'.

Step-by-step explanation:

To report on incidents that were created from the 'Create Incident' record producer with the 'Urgency' question value as '2-Medium', you need to apply a filter condition that matches the way the incident management system stores this data. In ServiceNow, for example, record producer values are typically stored as variables linked to the generated record, and these are often prefixed by a variable name.

Since the 'Urgency' is a field on the incident form and you want the incidents that were specifically created via the 'Create Incident' record producer, the correct filter condition should refer to the variable that captures the urgency question from the record producer. Usually, you would target a field directly on the incident table.

Therefore, the correct filter condition would likely be d. Use filter: 'incident.urgency' equals '2-Medium' assuming that 'incident.urgency' is the correct field name in the database where the urgency is recorded, and '2-Medium' is the correct value as it is represented in the system. It's important to use the exact field names and values as they appear in the system for the filter to work accurately.

User VT Chiew
by
8.8k points