Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2024-06-04 10:06 AM
Hi folks,
Does anyone know if it is possible to remove the copy option from the menu available within a record from the ellipsis & the menu when right clicking on a record name?
Many a year ago in version 4.something there was custom code that could be used to hide the copy button (as it was then).
2024-06-04 10:42 AM
Custom Object with this (view & Edit):
<script type="text/javascript"> $('#master_btnCopy').hide(); $('.rmText:Contains("Copy")').closest('li').remove();</script>
2024-06-04 10:42 AM
Custom Object with this (view & Edit):
<script type="text/javascript"> $('#master_btnCopy').hide(); $('.rmText:Contains("Copy")').closest('li').remove();</script>
2024-11-08 01:00 PM
Useful Shaun, thanks! I'm still seeing the Copy option when right-clicking on a record in search results. Anyone know of a way to disable that? Trying to prevent records enrolled in advanced workflow from being copied as the result is not pretty