- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 10:45 PM - edited 02-04-2024 10:46 PM
As shown below, How to make the update and delete button inactive(display in gray, cannot be clicked)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 10:53 PM
Hello @lipan -
go to the Update and Delete or Submit action (global).
Add this red string to the out of the box condition:
(current.getTableName()!='sys_audit')
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks,
Pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 03:23 AM
Hi @lipan,
Add condition (current.getTableName() != 'sys_audit') in delete and update Global UI action to inactivate
Please mark this response as correct or helpful if it assisted you with your question.