The color code and value is not updating in the field level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
Hi Everyone,
There is a custom choice field called Impact Analysis Status on the Incident form. This field is configured to appear both in the form header and on the form.
The field value is updated to Refreshed through a UI Action.
After the UI Action is executed:
- The form header correctly displays the updated value (Refreshed) along with the updated green choice color.
- At the field level, the field value is updated internally, but the UI continues to display the previous choice decoration (To Be Refreshed with the red badge).
The field-level display is refreshed only after the form is reloaded.
Expected behavior: The field-level choice display (both the displayed choice and its associated color) should refresh immediately after the UI Action updates the field, without requiring a form reload.
Kind Regards,
Deepika G
- Labels:
-
Change Management
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
how is that added to the field in workspace?
If via Field Decorator then I believe it evaluates only once when form loads
hence it will work next again when you reload the form
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
In the workspace, under the user profile, we have a option called configure page -> form header. Here, I have configured the field in the header
With respect to color code, I have configured it in sys_ux_highlighted_value_config table
Kind Regards,
Deepika G