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,445 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2020 07:44 AM
Hi Namrata,
May i know how to achieve this "@mention" property in request item for worknotes .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2020 07:46 AM
Hi Namrata,
May i know how to achieve this "@mention" property in request item for worknotes .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 03:18 PM
Hello Dinesh,
Even i have the same requirement to add @mention on the worknotes. can you help me where i can find the OOB code for the comments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 09:21 AM
Hi Namrata,
Could you please explain elaborately how can we achieve this ???
Regards,
Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 08:15 PM
We used the solution as proposed in the last update on this thread:
https://community.servicenow.com/community?id=community_question&sys_id=8abbf265db71485013b5fb24399619a7
Just changed what we wanted to have displayed as:
current.first_name + ' ' + current.last_name + " (" + current.title + ")";