Major Incident candidate trigger Rule not working properly

Aparna Gurav1
Tera Contributor

Hello Team,

 

I need your help for fixing below issue.

  1. I created  field on the incident form - Is this is a major incident field with choice type
  2. And I Map this field on the record producer Service Incident 
  3. 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)

  1. value in the backend is not populated properly. It adds a new value ‘yes’ to the choice list instead of using the existing one

 find_real_file.png

              

  1. 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 ?

 

7 REPLIES 7

Martin Ivanov
Giga Sage
Giga Sage

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

Hello Martin,

My record producer type YES/NO and In incident form type choice because there is no any option for  YES/NO thats why I choose choice as Type and then configure this type .

so what is the solution for this , How to fix that

find_real_file.png

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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

find_real_file.png