- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
12-26-2023 01:48 AM - edited 06-30-2025 09:14 PM
Description:
This utility adds a copy icon after the field. If the user clicks this icon, the value of the field is copied to the clipboard. This means literally the value, so for example in case of reference fields, the sys id is copied to the clipboard.
Usage:
Install the update set mentioned in this share. Add the attribute ref_contributions=CopyFieldContent in the field where you want a copy icon.
Benefit:
When users click on the copy icon, the system will instantly copy the value of the respective field to the clipboard. This feature is designed to save time and eliminate the need for manual copying and pasting.
C |
If you found value in this blog/article, I'd be grateful if you could either bookmark it or mark it as helpful. |
- 2,473 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi @saicharan3
Share your screenshot please.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi @saicharan3 ,
Did you download the update set from the below link link https://developer.servicenow.com/connect.do#!/share/contents/7953992_copy_to_clipboard_icon_after_th...
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi @saicharan3
For incident table OOTB there is a "Dictionary Entry Override", where the attribute is overridden, you can add this attribute in Dictionary Entry Override record of assignment group for incident table.
Record: https://your_instance.service-now.com/sys_dictionary_override.do?sys_id=9bf97551c3a32200b6dcdfdc64d3...
It is working in my instance.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@saicharan3,
It really worked. This is one of the best OOB.
Thanks a lot.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi @Saurabh Gupta ,
This works for Number and Short Description Field and when I applied the same method for Description Copy button does not show up.
Please help
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
does work as intended for "task" table
but i wanted to ask if i can "build" that button also in "Workspace":
i need "number" & "short_description"
would be great if that works 🙂
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
works as it should on "task" table:
but can i get the same function in workspace?
that would be great 🙂
i need the button for the number and the short description.
thanks in advance.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
This works great outside of a Workspace — thank you! Does anyone know how to get it working within a Workspace as well?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@Saurabh Gupta
Hi its working for short description field but not for description field.