- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 01:05 PM
I'm looking to see if anyone has or knows of a way to customize the history tab in Next UI.
Mainly for Catalog Tasks, Request Items. It only shows either Catalog Task with the task number underneath or Request Item with the request item number underneath. Is there some way to show the title or short description of these tasks in the History Tab?
I've attached an example. Some parts are blurred out for privacy.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 04:41 PM
Hi @Chris Petrone,
According to my understanding, the subtext in the History menu is controlled by the display value of the record. So if you wanted to change which column was the display field, it would affect what is shown in the History menu. But be warned that that would change the display value for that record everywhere, not just in the History menu.
Here is an example of me toggling the sys_user table's display field from default to User ID and back again.
 
To my knowledge, that's the only way to control the subtext shown there.
Hope that gives you some closure!
- Aylee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 04:41 PM
Hi @Chris Petrone,
According to my understanding, the subtext in the History menu is controlled by the display value of the record. So if you wanted to change which column was the display field, it would affect what is shown in the History menu. But be warned that that would change the display value for that record everywhere, not just in the History menu.
Here is an example of me toggling the sys_user table's display field from default to User ID and back again.
 
To my knowledge, that's the only way to control the subtext shown there.
Hope that gives you some closure!
- Aylee