I've created a server action to be called from a menu item.
The SA should be able to recognize the context('active_ids') (the selected records). However, this does not happen and the context('active_ids') will only work if the SA is called from the "More" menu.
Anyone knows how to get the active_ids from the left menu?
I have same problem. Could you resolve it?