Priority of incident change in support portal priority value display in page id=ticket is different

KripaV
Tera Expert

Hi all,

When the incident priority is manually change from priority 1 to priority 2 that change is not display in support portal page id=ticket. widget name= "ticket field" shows correct priority but widget name= " Variable Summarizer" shows previous value.

Can anyone help to fix this issue?

 

KripaV_1-1748235473080.png

 

2 ACCEPTED SOLUTIONS

@KripaV 

Please investigate that and then the debugging steps we shared should help you.

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

View solution in original post

KripaV
Tera Expert

Hi all,

I found the solution for this issue.

The variable summarizer widget take values from Record Producer its not update the changes made. So what I do is in Ticket fields widget we need to hide Variable summarizer widget and add columns we need to display in Ticket field widget. 

1. hide variable summarizer widget in HTML of Ticket fields widget

KripaV_0-1748326098453.png

2. Add needed field in Ticket fields widgets(Server Script)

KripaV_1-1748326214917.png

Now its will display correct value of each field each if the values are change.

 

Many Thanks to all.

View solution in original post

13 REPLIES 13

Apologies I don't know its a field from INC or variable from record producer.

@KripaV 

Please investigate that and then the debugging steps we shared should help you.

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

Hi Ankur,

In Ticket fields widget values from INC field and Variable summarizer values from record producer.

KripaV
Tera Expert

Hi all,

I found the solution for this issue.

The variable summarizer widget take values from Record Producer its not update the changes made. So what I do is in Ticket fields widget we need to hide Variable summarizer widget and add columns we need to display in Ticket field widget. 

1. hide variable summarizer widget in HTML of Ticket fields widget

KripaV_0-1748326098453.png

2. Add needed field in Ticket fields widgets(Server Script)

KripaV_1-1748326214917.png

Now its will display correct value of each field each if the values are change.

 

Many Thanks to all.