Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove copy option

MikeBarnett
Collaborator III

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?

MikeBarnett_0-1717509827724.png

MikeBarnett_1-1717509920545.png

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).

 

1 ACCEPTED SOLUTION

Accepted Solutions

Custom Object with this (view & Edit):

<script type="text/javascript"> $('#master_btnCopy').hide(); $('.rmText:Contains("Copy")').closest('li').remove();</script>

View solution in original post

3 REPLIES 3

Custom Object with this (view & Edit):

<script type="text/javascript"> $('#master_btnCopy').hide(); $('.rmText:Contains("Copy")').closest('li').remove();</script>

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