Hide the More Options Icon on form
Hiding the more options icon on the form for the All tables . For that we have to create the UI script. and Check the Global Icon. into the script write this method. addLateLoadEvent(function(){$j('#toggleMoreOptions').hide();}); Note: This is appli...