- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2022 12:52 AM
HI,
I have created a custom table , I do not want the UPDATE & DELETE buttons on the form.
How to disable the button ??
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2022 12:59 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 09:13 AM
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.