Change delete confirmation message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2017 05:19 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2017 06:49 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2017 06:54 PM
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.