Major Incident candidate trigger Rule not working properly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 01:43 AM
Hello Team,
I need your help for fixing below issue.
- I created field on the incident form - Is this is a major incident field with choice type
- And I Map this field on the record producer Service Incident
- and then Create major incident trigger rules based on that new field = yes
If I select Is is this major incident -Yes in front end (SP)
- value in the backend is not populated properly. It adds a new value ‘yes’ to the choice list instead of using the existing one
- Also after creating incident and selecting it is a major incident, the incident still does not appear in the Major Incident Candidate list.
How to fix above issue ?
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 01:53 AM
Database value (not Display value) of both choices should be the same - the one on the record producer and the on on the incident form. Could you please check and validate that these are the same.
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 02:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 01:56 AM
Hi,
The choice value for variable and field should match
Please verify that once from your side
If those are different then update the choice values in variable to be same as target field choice values
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 02:07 AM
Hello Ankur,
My record producer type YES/NO and In incident form type choice because there is no any option for YES/NO that's why I choose choice as Type and then configure this type .
so what is the solution for this , How to fix this