Can I disable Update button redirecting to the previous list?

Di Rkh
Kilo Contributor

Dear community! I would like to disable updating record and redirecting when specific group had pressed to the button update. Thanks in advance!

3 REPLIES 3

Deepak Kumar5
Kilo Sage

Go to UI action and make inactive the Update for the table you want . You can choose if you want update in context menu.


find_real_file.png


VigneshMC
Mega Sage

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.


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.