ID *
|
ID *
|
The ID of the action descriptor.
|
Label [O]
|
String
|
The labeling of the action descriptor. The label of an action descriptor is mainly seen in the context menu.
|
Execution Mode
|
Selection
|
Valid values are MODAL or MODELESS. The action is executed in the background if you are using the MODELESS option which means that the UI is not blocked until the action has finished.
For ISPF non-dialog tools you must make sure that no parallel ISPF requests are sent to one ISPF session. Therefore it is recommended to use the MODAL option, whereas for ISPF dialog tools it is best practice to use the MODELESS execution mode.
|
Table Structure [O]
|
Element List Structure
|
Only to be set if a tool returns an element list.
The element list is then assigned to the selected element list structure. See
Table Structure for more information.
|
Link Element List
|
Boolean
|
Only to be set if a tool returns an element list.
If set to
true, the created element links to the context resource of the action. Ignored if no element list is created. See
Linked Element List for more information.
The default value is
true.
|
Mass Processing
|
Boolean
|
To be set if enabling mass processing for multi selections.
If set to
true, the action executes only once, even if several elements are selected. Tools of the action must support mass processing to process the whole selection. See
Mass Processing Overview for more information.
The default value is
false.
|
Related_Save_Action [O]
|
ActionDescriptor
|
To be set if dealing with an Edit action. The selected Save action executes when saving the editor.
|
Related_Close_Action [O]
|
ActionDescriptor
|
To be set if dealing with an Edit or Browse action. The selected Close action executes when closing the editor.
|
Refresh_List
|
Boolean
|
If the action is executed on elements in the Team Developer Table view and this attribute is set to
true, the current element list is refreshed at the end of the action by executing the action that was used to create the list. This attribute does not support refreshing element lists in the Team Developer Tree view.
The default value is
false.
|
Icon [O]
|
Icon
|
The icon of an action descriptor can be seen in context menus.
|
Table_View_ID [O]
|
String
|
The Team Developer View secondary ID, which shows element lists created by this action. You can overwrite this value with the value set in the element list structure.
|
Table_View_Label [O]
|
String
|
The label that the Team Developer Table View takes when showing element lists created by this action. You can overwrite this value with the value set in the element list structure.
|