Right-click in the list view of a table does not display actions related to that table [like show matching,filter out etc.]Issue Right-click in the list view of a table does not display actions related to that table [like show matching,filter out etc.]ReleaseAll releaseCauseThere can be different reasons for issue to happen. One of the reasons is below: UI Action on the table (for which issue happens in list view) can cause issue, with script having function gs.getUserID() and client field set to true. If in the script there is gs.getUserID(), which is a server side function, setting client field to true causes issue.ResolutionRight click on the header context menu , from list view of table, and select configure UI Actions, check if any UI Action has 'gs.getUserID()' in script and client field set to true. Set the client field to 'false'