Hide the More Options Icon on form
Import
·
Mar 27, 2022
·
article
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 applied on all tables forms.
2] Hiding a more option icon on the form for particular table then try this.
EX. For incident form hiding More Options Icon.
For this We have To crete New UI Script and call this Ui script in the onLoad client script.
Ui script :
onLoad Client Script :
regards,
Vikas Katke
View original source
https://www.servicenow.com/community/itsm-articles/hide-the-more-options-icon-on-form/ta-p/2300246