
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 09:54 PM
As you can see below, the history context contains the table name and short description for incidents but not for human resources. Does anyone have any idea where this is set? I thought it might be sys_ui_title but that only appears to affect values displayed on mobile devices and not within regular ServiceNow
If possible, I'd like to avoid any additional business rules to grab the short_description. This has to be set somewhere (and in the absence of anything specific defaults to number)
Thanks.
Solved! Go to Solution.
- Labels:
-
User Experience and Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2018 06:57 AM
Contrary to the above advice, it seems it is possible to modify it, as I've just encountered a case where it has changed so that the Description field for the table now is getting the wrong values written to it (location and stuff, instead of short description).
So - I'm trying to figure out what has been changed to make this happen - but I'm scunnered due to the lack of information relating to how this actually works..
Sadly I've not got a fix for you - but I'd certainly be interested in this info myself!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 10:17 PM
I think it is stored in sys_ui_navigator_history table
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 10:20 PM
Oh, yeah, I can see where it is stored, what I can't do is influence what is stored... I want both incidents AND hr to pick up the short description
🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 10:23 PM
I think Title is the 1st line in the Time line and Description is the 2nd line in the history. You may write a BR and see if that works for you.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 10:49 PM
Yeah, I could put a business rule on the table but as that would incur a performance overhead (big customer) I thought I'd check to see if there was somewhere this is set.
This can be set for a similar mobile list using sys_ui_title (which is really nice) but I can't find the equivilant for the navigation history and thought someone else might know what influences this (it has to be set somewhere)