Real-time Use Cases and Scenarios
Scenario 1. Determining Incident Priority
Scenario: You want to automatically prioritize incidents in a ServiceNow instance for IT Service Management (ITSM) based on their impact and urgency.
Use Case
- Goal: Ensure that incidents with a high impact and a need for an urgent resolution are appropriately prioritized.
- Implementation: Before Business Rule: Make an entry in the incident table (incident) for the before business rule.
- Conditions: When the impact or urgency fields are changed, the rule is triggered.
- Action: Use a script to determine the priority (priority field) based on impact and urgency.
- Validation: Verify that the determined priority satisfies the specified standards (e.g., Critical, High, Medium, Low).
Real-time Use Cases and Scenarios
Scenario 1. Determining Incident Priority
Scenario: You want to automatically prioritize incidents in a ServiceNow instance for IT Service Management (ITSM) based on their impact and urgency.
Use Case
- Goal: Ensure that incidents with a high impact and a need for an urgent resolution are appropriately prioritized.
- Implementation: Before Business Rule: Make an entry in the incident table (incident) for the before business rule.
- Conditions: When the impact or urgency fields are changed, the rule is triggered.
- Action: Use a script to determine the priority (priority field) based on impact and urgency.
- Validation: Verify that the determined priority satisfies the specified standards (e.g., Critical, High, Medium, Low).