- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2015 05:33 AM
Hi Team,
I need to disable or hide the DELETE button that is visible on form....
Since it was the OOB functionality... I feel if i hide that for single form, will that affect globally in all the forms?
For Example, SAVE, SUBMIT, UPDATE, DELETE are the OOB functionality....
Now how can i accomplish my requirements???
Any ideas or thoughts are welcome!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2015 05:53 AM
Open the delete button (global one) and write the name of your table (eg incident) in the table name column and do an "insert and Stay".
This will create a new DELETE button just for your table and the global one will now not show on your table. This is called over riding the ui action.
Now any change you do here will be limited to your table only
Use the "condition" on the ui action to decide when to show/hide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2015 05:53 AM
Open the delete button (global one) and write the name of your table (eg incident) in the table name column and do an "insert and Stay".
This will create a new DELETE button just for your table and the global one will now not show on your table. This is called over riding the ui action.
Now any change you do here will be limited to your table only
Use the "condition" on the ui action to decide when to show/hide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2015 08:09 AM
Good day,
How does one 'open the delete' button?
Thanks
Rick Forristall
Goodwill of Central Arizona
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 07:14 AM
Hi,
Thanks for your input. I have this scoped application in which the delete button should be disabled for a certain view. Tried performing the above steps but I was unable to find my table name in 'table name' column.
Please help.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2023 01:53 AM
same problem. it will be great help if you share your solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2023 01:50 AM
maybe it's a stupid question, as my app is not global scope, my table is not selectable . how can I solve it