When your list has an action column, specify here how the list of available actions is provided to the user interface for drop-down selection generation.
Note: if your list only has a single possible action, you should instead set the FixedAction property on the action field itself.
In multirow fieldmaps that contain an action ColumnKeyType, you can select how the contents of the list the user is provided when moving focus to or clicking on an action column on a specific row.
Value |
Meaning |
Static Text |
The available options are static (use the ActionSelectList property to provide the option value and text pairs). |
Screen Data |
Reserved for future enhancement. This option will display additional properties to identify a field on the screen that provides available action information, as well as regular expressions for parsing and translating the provided text into dynamic drop-down listitems. |
No Action List |
Do not provide a drop-down list, let the user key the action, or user the FixedAction property in the action field's properties. |