- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi All,
when user click ui action, I want to retrieve the sysids selected in the list view of workspace. g_list.getchecked is not working. In Below script alert message is not firing
Thanks in Advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello @Sachin G K1 ,
just refer this code :
function onClick()
{
var data=g_list.getChecked();
alert(data)
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
@Sachin G K1 , The code which I sent is in Zurich version. You just need to remove the parameters g_form, g_list...
or else you can use the code which I sent.
Hope this helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello @Sachin G K1 ,
In my PDI it is working. Are g_form, g_list, g_action, and g_scratchpad provided as out-of-the-box parameters? Because in the my Xanadu version they are not coming as OOTB parameters.
If this helps you then mark it as helpful and accept as solution.
Regards,
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago - last edited 4 hours ago
@Aditya_hublikar parameters are given oob, i tried some other functions of g_list, which was working. but i facing issue with getChecked().
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello @Sachin G K1 ,
can you please share screenshot of your list action . Means after clicking that ui action actually whats happening .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago - last edited 4 hours ago
Nothing is happening,
lets suppose if i place any alert message before using getchecked, its getting shown

