- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 04:29 AM
hi community,
I would need to mention a specific user from additional comments (RITM), via script.
Is that possible? If yes, how can it be achieved?
Thanks in advance!
Dennis.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 12:20 AM
Finally solution found here: https://www.servicenow.com/community/developer-forum/mentions-through-api/m-p/2441451
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 05:46 AM
What are you trying to achieve? The '@mention' function works on all task tables in both comments and work notes. What isn't it doing that you are trying to get to work through your script?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 05:51 AM
Hi Mark,
Thanks for responding!
Manually, you can just use @username to include the mention in additional comments or work notes. I want to achieve that functionality but from server script (flow script for example)... but I don't know which format I have to use from script to mention the user (I've already tried with @User.name, @[user.name], @${user.name... but nothing works)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 12:20 AM
Finally solution found here: https://www.servicenow.com/community/developer-forum/mentions-through-api/m-p/2441451
