How to Hide UI buttons on custom table

Manasa23
Tera Contributor

HI,

I have created a custom table , I do not want the UPDATE  & DELETE buttons on the form.

How to disable the button ?? 

Thanks 

find_real_file.png

1 ACCEPTED SOLUTION

Saurav11
Kilo Patron
Kilo Patron

Hello,

Just go to the Ui action and add the below condition in the condition field:-

current.getTableName() != 'tablename'

 

Please mark answer correct/helpful based on Impact

View solution in original post

5 REPLIES 5

kachian
Tera Contributor

1) Go to UI Action's

2) Open the UI Action record which is on Global Table

3) Change table to your table on which you have to hide this button and then click insert and stay.

4) Uncheck the 'Form button' checkbox.