- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2025 09:58 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 10:02 PM
Please investigate that and then the debugging steps we shared should help you.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 11:14 PM
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
2. Add needed field in Ticket fields widgets(Server Script)
Now its will display correct value of each field each if the values are change.
Many Thanks to all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2025 11:37 PM
Also priority value change from here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2025 11:58 PM
the priority on ticket page is a field or variable of that record producer?
If it's field then it should show the same value as of that of field
if it's variable then it won't reflect the change
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 12:58 AM
Hi Ankur,
Thanks for your response.
Priority is a field in incident table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 01:27 AM
I am referring to this? Is that a field from INC or a variable from your record producer?
Other field if changed in Native reflects the change in ticket page?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 09:14 PM
Other field change also not reflecting in ticket page.