When problem ticket is created from major incident type should be autopopulated as 'Major incident'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:38 AM
Hi,
We have created a new field called TYPE in the problem form which has two values
* proactive
*reactive
*Major incident
Now when we create problem from an incident form then it should auto populate with the type field is value "Major Incident".
Suggest some ideas!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 09:08 PM
Hello @hvascyh,
Please refer to the link below:
https://www.servicenow.com/community/incident-management-forum/creating-problem-record-from-promote-...
Mark my correct and helpful, if it is helpful and please hit the thumbs-up button to mark it as the correct solution.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 12:11 AM
Hello @hvascyh
Please check on the extended Script Include IncidentUtils from the IncidentUtilsSNC and just put your condition in IncidentUtils script include and it will call when we create the problem from the incident these are the OOTB changes.
if you want to custom solution then you can write the BR on after that setValue major incident after created the problem.
Mark my correct and helpful, if it is helpful and please hit the thumbs-up button to mark it as the correct solution.
Thanks & Regards,