The Create standard screens page allows you to generate standard UI screens for an entity.
In module - an application module that will comprise the screens. Place your screens in the GUI module if you don't plan to use any web or desktop specifics.
Package - a Java package where XML descriptors and controllers will be placed.
Menu - a main menu item which will contain a new item for the generated browser screen. Leave this field blank if you don't want to add the browser screen to the main menu.
Create single screen - select this checkbox to create a combined screen which enables both browsing and editing of records. This screen will also be invoked from the main menu and from other screens as a lookup screen.
Create browser - create a browser screen. The following options are available for a browser:
.browse
or .lookup
suffix.WindowManager.OpenType
enum.Create editor - create an editor screen. The following options are available for an editor:
.edit
suffix.WindowManager.OpenType
enum.extendedEditWindowActions
frame will be used in
the screen instead of editWindowActions
. Extended frame contains Save and close, Save and
Cancel buttons and enables saving the editor without closing it.Select the appropriate settings and click Create. Once the screens are generated, you will be automatically switched to the Screens section, where you can edit screen properties.