Incident and Problem
- 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?”
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
46m ago
you can use flow designer for this with no script.
it's an easy requirement.
what did you start and where are you stuck
-> flow triggers on Problem Insertion
-> it creates P1 INC and links the PRB with this INC
-> Use "Send Email" flow action to send email
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
