You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enhance Incident Description with Linked Problem Statement
2
+
3
+
## Overview
4
+
This ServiceNow Business Rule enhances Incident records by automatically appending the short description of a linked Problem record. It improves visibility and context for support teams working on related incidents.
5
+
6
+
## Features
7
+
- Triggered when a Problem ID is newly linked or changed on an Incident.
8
+
- Fetches the Problem's short description and number.
9
+
- Appends the Problem Statement to both the Incident's short description and description fields.
10
+
- Includes general error handling to ensure stability.
11
+
12
+
## Business Rule Configuration
13
+
- Table: `incident`
14
+
- When to Run: `before insert` and `before update`
0 commit comments