How to hide the bottom ui actions (save , delete and update) on custom form?

Priya Bonam
Tera Expert

Please suggest the code or steps to hide the bottom UI actions on the custom form.

 

7 REPLIES 7

Hello,

If you are fine with my reply, Please mark my reply as correct and close the thread.

Regards

Please hit like and mark my response as correct if that helps
Regards,
Musab

Aman Kumar S
Kilo Patron

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 🙂

 

Best Regards
Aman Kumar

Hey @Priya Bonam 

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.

Best Regards
Aman Kumar