- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2015 08:08 AM
All,
I need to generate a Problem Record when an incident is classified as a priority 1. I've tried using a client script to call the oob create problem ui action, but I would like this to happen in the background. Anybody have a script that does this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2015 11:30 AM
You are welcome.
Kindly mark answer as correct / helpful if it solves your problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2015 08:40 AM
First, let me just say thanks to all of you for your responses.
I've executed the business rule and it works great. However, I don't see the linkage between the incident I am generating the problem from. Is there something else I need to do here to build the linkages?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2015 10:31 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2015 10:38 AM
Hi Curtis,
OOB there is a UI action "create problem" which creates a problem ticket and relates to the incident. You can have a look on it and modify your code accordingly. Just replace the instance name with yours in the below link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2015 10:45 AM
I tried the code in demo instance https://demo005.service-now.com/login.do and it worked perfect for me.
Problem record got linked to incident automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 01:11 AM
i have the same problem. Unable to see the linkage of the problem in the inicident . Did you find the way to rectify this