Configure the @mention properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2018 12:45 AM
Hello,
When using the @mention in a form for example request or incident we can just see the "First name + Last name" of a person. Is it possible to add the user ID under the name or configure this is some way to make it more clear who you are mentioning? I will add a screenshot of the problem
- Labels:
-
User Experience and Design
- 6,434 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2018 05:03 AM
I believe it uses the display field of sys_user table. You can try to set the display field to user_name and see if it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2019 04:47 AM
Hi, did you ever solve this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2019 06:48 AM
ServiceNow has PRB727205 for this, with no solution.
If you like them to fix this, please create incident on HI to get them to prioritize it.
Suggested workaround:
You can try to change the calculated field "name" in sys_user table to calculate first name + last name + (email), so it'd look like in the attached screen capture.
Keep in mind that by doing this, you'll see name + last name + (email) when the system is displaying the user name unless you also change the display field of sys_user table to another field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2023 08:41 AM
This is the only helpful answer I could find. But comes at a cost. Now every where user name is mentioned, it shows email. Thank you for the solution though. Not sure, if business will but it.