How to hide the bottom ui actions (save , delete and update) on custom form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 10:01 AM
Please suggest the code or steps to hide the bottom UI actions on the custom form.
- Labels:
-
Agent Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2022 06:29 AM
Hello,
If you are fine with my reply, Please mark my reply as correct and close the thread.
Regards
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 10:31 AM
Hey,
I think you can do using DOM manipulation, but that is not advisable as per SN best practices, I would rather suggest to include condition in the UI actions for that particular table:
current.sys_class_name != "your_table_name";
This should do the trick for you
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2022 12:52 PM
Hey
Didn't hear back on this.
Is your issue resolved? If yes, feel free to mark helpful/correct, so it will be helpful for others looking for similar query.
Aman Kumar