Incident and Problem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
“When a P1 Incident is created, how will you automatically create a Problem record and notify the user on the Incident form?”
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @vinayvk0559 ,
To automatically create a Problem record, use Flow Designer (recommended). Flow Designer is preferred over Business Rules as it offers better readability, maintainability, and easier debugging.
Flow setup:
- Trigger: Incident table
- Condition: When a record is created with Priority = P1
To notify the user on the Incident form, use a ServiceNow Notification triggered when:
- The Incident priority is P1, and
- The Problem field is populated.
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.
