Hide bottom button within the form page

Kishore32
Tera Contributor

Hi,

I've created a custom button by replacing Update and Delete buttons through UI action.

Now I wanted to hide the bottom button in the form. Could anyone please help me out here.

Top button

find_real_file.png

Bottom button

find_real_file.png

Thanks

15 REPLIES 15

Muhammad Khan
Mega Sage
Mega Sage

Well, if it is a UI Action then it should be hidden via the check boxes in the UI Action configuration. If you are looking for DOM (which is not recommended) then I guess you might have to use top to access document and window objects in Native UI.

Go through the below article to understand that how you can access document and window objects in Native UI and Service Portal.

Top Window Document Objects in Native UI and Service Portal