Output Fields
The output fields section tells Infinity how to render the results of the stored procedure. It's kind of like the form fields element, but it is used for outputting a list instead of inputting a record. The commonly used attributes of output field elements below should look fairly familiar:
| Attribute Name | Use |
|---|---|
| FieldID | The name of the column in the result set that should be displayed. |
| Caption | The caption to display for the column. |
| DataType | The type of data contained in the field. Infinity uses this to choose what type of control to use. |
| IsHidden | If true, will hide the field from being displayed in the interface. |
Before we author our Search List Spec, we need to branch for a moment to discuss the last required element of our Search List Spec.