6.1.7 Exit Button Type
This topic describes about the exit button type.
This field describes the EXIT and OK buttons for the screen. These buttons are found in the bottom right corner of the screen. If only CANCEL button is required, select Default Cancel. If both OK and CANCEL buttons are required, select Default OK Cancel If OK, REJECT and CANCEL buttons are required, select Default Ok Reject cancel. Example: contract authorization screens.
Table 6-1 Screen Properties
Field Name | Description |
---|---|
Screen Arguments | Screen Arguments are parameters that can be passed to the screen on launching the screen. If on launch of the screen, some of the fields needs to be populated based on the screen from which it is launched, screen arguments can be used. |
Arg Name | This field identifies the name of the argument. This is mandatory field for a screen argument. |
Source Block | This is optional. This is used if developer wants to pass arguments between two screens in the same function id. The value from one block field (usually present as part of the parent screen) can be passed as screen argument to another block field (usually present as part of the current screen). Here the parent block field is identified using source block and source field. Source Block identifies the block name in which the source field is present. Select List provides the list of all data blocks added in the function id. |
Source Field | Source Field identifies the field name whose value will be passed as the screen argument to the screen. Select List provides list of all fields in the source block selected. |
Arg Value | If the argument value is hard coded, then this can be specified in this field. If argument value is specified, then source block and source field is not required. For example: action codes can be passed as screen arguments which will be hardcoded like EXECUTEQUERY. |
Target Block | Target block represents the block containing the field to which argument value is assigned .This block should be part of the screen. Select list provides the list of all data blocks defined in the function Id. |
Target Field | Target Filed identifies the field to which the argument will be passed. Select List provides the list of all fields in the target block. |
Parent topic: Creating a New Screen