How to add a popup message on a list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 06:51 AM
Hi everybody! I would show a popup with an alert message if a user is tring to make an action from a list view with the box of 'actions on selected row'. So after it shows this pop up the user can't continue those action.
For ex:
The user selects 3 records, in one of this records there's a field with a certain choice than he souldn't be able to go on. So after he selects, from the 'action on selected row' below on the list, a specific action, this popup shows saying like "This X is not a control, you can't create/do this action" and doesn't let make the action.
How could I do it? With a script include? Is there a glide that I can use for it?
Someone can show me a draft of how the script should look?
Hope you can help me,
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 08:25 AM
@Ankur Bawiskar instead If I have an UI Action on the list of records, how could I make my script?