Change delete confirmation message

mcarriedo
Kilo Contributor

Hi,

I want to be able to change the delete confirmation message when deleting records.       I was able to do it in the form by changing the text from the messages table.   But for the list choice "Delete", it still displays the default message "Delete selected record(s)" even after updating the text from the messages table.   Even replacing the UI action and UI page that are called from the Delete UI action, it still displays the default message.   I'm beginning to think the message for the "Delete" list choice might be hardcoded.

Any ideas?

Thanks.

6 REPLIES 6

You are welcome. I am glad you had it working. I wonder if your custom UI action was not working is because you are using the same action name? When the custom UI action is clicked, it calls the original Delete rather tan yours.



Sam


No, it was calling my custom UI action, I have put some debug messages and I'm sure it was calling my custom UI action.   But it just ended there, my custom UI action seemed to not call my custom UI page.