Hide bottom button within the form page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2022 03:48 AM
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
Bottom button
Thanks
Labels:
15 REPLIES 15
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 07:41 AM
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.