how to hide "No Records selected" alert on click of list button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2014 04:22 AM
Hello,
I have a requirement like on click of list button from list layout without selecting any record from the list layout, i have to proceed further.
but an alert "No Records Selected" forcing me to select the record.
I want to proceed without this alert..it means on click of list button, first record has to selected by default and should proceed further without any alert.
Can any one help on this.
Thanks in Advance,
Pavan.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2016 05:47 AM
Why not create a context menu ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2016 05:48 AM
Because a context menu requires 2 clicks. A button just one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2015 05:15 PM
Sorry for resurfacing an old thread, but I wanted to provide an answer. If the UI Action action name value starts with "sysverb" then the "No records selected" prompt will be suppressed. So set your UI Action action name to something like sysverb_dosomething and it should work without the validation.
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2015 08:56 PM
Thanks for the tip Michael, worked like a charm!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2015 08:37 AM
Is there a way to customize the message or put up my own and capture the results.
For example I have a server side UI Action on the list where I want to put up the message.
"Are you sure you want to proceed"
Buttons would be yes or cancel
and then the UI action would act accordingly.