get g_list.getChecked() in server side part of UI action

techies
Kilo Expert

Hi all,

I have a List choice UI action that utilizes both client and server side code.

I want to be able to get the chosen records in the server side code but g_list.getChecked() does not work server side. How can I achieve this?

Thanks for any help.

1 ACCEPTED SOLUTION
12 REPLIES 12



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

lol


Hi 

I have tried for same one of my custom table ui action g_list.getTableName()  not working g_list after that given Action mane and var tablename = current.getTableName() ; working fine another 2 more lines 

//var tblName = g_list.getTableName(); //To get the table name  ------> Not working And Glidelist also not working for custom tables
var tblName = current.getTableName();   ---> this like is working 

 selSysIds = g_list.getChecked(); -- Not working

      sysIdList = selSysIds.split(',');

      numSel = sysIdList.length;  its not working ... given logs and validated .

Anyone knows help me 

 

find_real_file.png