Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2021-10-19 12:54 PM
I put a new custom code for hiding Add New button from a x-ref, and it's not working. Please guide:
<script type="text/javascript">Sys.Application.add_load(function() { $("#master_DefaultContent_rts_s6284_Lookup").hide(); //Hide Add New From CR});</script>
2021-10-19 01:02 PM - edited 2024-08-20 04:55 PM
@Anonymous, use this custom object instead, Hiding the 'Add New' Link for Cross-Reference Fields - Archer Community - 632035 (archerirm.community)
Advisory Consultant
2024-08-19 11:58 PM
Hi @DavidPetty
I am not able to access the above link .
I am also having same custom code issue. Can you please share the code here. Currently I am using below code.
<script type="text/javascript">$(document).ready(function(){$('#master_DefaultContent_rts_s11199_Add_New.ml-command-item.add-new').
hide(); });</script>
2024-08-27 02:54 AM
Thanks David. Its working now. Very useful