About Actions on selected rows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2015 03:12 AM
in every table we will see the Actions on selected rows drop down..........what is this how to modify and do some thing on this......can anyone help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2015 05:02 AM
The options you see in this drop down are UI actions of type 'List choice' and actions to assign a tag for a record. What exactly you want to modify?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2015 08:46 AM
You need to create a UI action on the desired table and make it available for "List choice". The script is then executed on each selected item of your list.
If you execute your action on client side and your want to execute one action for multiple items, then g_list.getChecked() might be useful (Check GlideList2).