Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Right Click Menu missing

humblecommitted
Kilo Guru

Hello community,

I need help in trying to figure out how to restore the right click features I had for my Change request page.   Please help!

When I right click on the Change Request gui, it use to give me this menu:

1.2.jpg

Now it gives me the standard web browser right click menu:

1.1.jpg

This error occurred after I tried to delete a "many-to-many" change request file.   it was entitled m2m_chang_request_chang_request.

Any help would greatly be appreciated.

1 ACCEPTED SOLUTION

humblecommitted
Kilo Guru

I was able to find the solution to this problem by going into the deleted application files and restoring them:


find_real_file.png


Then I went into Restore application files:



I then went into each one and restored the sys_ui_list back to before any changes occurred before the right click problem.


find_real_file.png


find_real_file.png


find_real_file.png


View solution in original post

11 REPLIES 11

Gurpreet07
Mega Sage

Hi,



Open Client Scripts for change request and search for script contains 'getElementsByTagName' .


The parameter passed to above function is undefined and you need to fix that.


humblecommitted
Kilo Guru

I was able to find the solution to this problem by going into the deleted application files and restoring them:


find_real_file.png


Then I went into Restore application files:



I then went into each one and restored the sys_ui_list back to before any changes occurred before the right click problem.


find_real_file.png


find_real_file.png


find_real_file.png