How To Open Form Via Action

I need to open a screen, that will display detailed data related to the selected row in open one. Is MenuAction right thing to use?
Also the screen shouldn’t be available in menu. How can I achieve this?

Yes, the easiest way how to open another screen based on a currently selected record is to create a Menu Action pointing to that screen’s menu item.

Since you will need to prepare a specific filter for that menu item (to filter based on the selected record) you will need to hide this special menu item.

How to hide a menu item

  1. Create a special folder in your menu (e.g. Hidden)
  2. Set IsHidden=True for that menu folder
  3. Place any menu items you want to hide to this folder.
1 Like