About Actions on selected rows

prasanna45
Kilo Contributor

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

2 REPLIES 2

guhann
Mega Guru

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?


conmic
Mega Guru

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).