Vikas katke
Mega Contributor

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.

 

find_real_file.png

 

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 :

 

find_real_file.png

 

onLoad Client Script :

find_real_file.png

Ref.https://docs.servicenow.com/bundle/sandiego-application-development/page/script/client-scripts/conce...

regards,

Vikas Katke

Version history
Last update:
‎03-27-2022 02:47 AM
Updated by: