Can I disable Update button redirecting to the previous list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2016 03:30 AM
Dear community! I would like to disable updating record and redirecting when specific group had pressed to the button update. Thanks in advance!
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2016 04:26 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2016 05:05 AM
Instead of making changes to the out of box script, you can also create an ui action in the table in which you need to hide, with the same action name as that of update and set an condition to the new ui action which would always return false, so that newly created ui action will override the out of box action, thus hiding the update button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2021 12:07 AM
Thanx!!
I looked all over this community to find a decent and working way to hide an Update and Save button for existing records based on a status field value in those records.
This totally overrides those buttons with my own Save and Update and with the condition I have put in also hides the 'global' UI action buttons.