The RowMatchType selection determines how the logic is generated for an Auto Select screen (TaskIOType=Auto Select)
Value |
Meaning |
With Screen Field (default) |
The ScreenMatchField property is valid (and visible) when this selection is made.
Will compare the RowMatchField found in the Auto Select screen's multirow fieldmap with the selected field in the ScreenMatchField property.
If your screen has a NavigationType of Self Contained Search, the field used to initiate the search is probably visible on the screen, and this selection makes the most sense. |
With Parameter |
The SelectionParameterName property is valid (and visible) when this selection is made.
Will generate a string parameter on the web service method generated for the Task method executing this TaskScreen's state handlers. The contents of this string parameter will be compared with the RowMatchField to select a row. |
With Literal |
The SelectionLiteral property is valid (and visible) when this selection is made.
When generating the selection logic, the Match property for this TaskScreen's state handler will be initialized with the value in the SelectionLiteral property. This value will be compared with the RowMatchField to select a row. |