Copy value in field to clipboard in list view button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2025 03:27 AM
Hi all is it possible to copy the value in field from list view to clipboard . For example , if i have field in incident form called u_content . now if i create custom ui action in list banner and select records and click that button it should copy in clipboard.How can i achieve this . I tried below script in ui action its not working as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2025 03:46 AM
Hi @Sharath807
you can use:
- ctrl+c (Win)
- cmd+c (Mac)
- right mouse button and copy
Why would you create a button for it? 😛 is it for business process or part of learning?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2025 03:48 AM
@Sharath807 eventually use SNUtils if your browser is enabled for extensions:
SNUtils - Copy Selected Cell Values from List
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2025 04:20 AM
@GlideFather Hi thanks for the reply. My requirement is to when click ui action in LIST banner it should copy the content from HTML field type in LIST view from the selected record.