OutputField Attributes
The following attributes are available for the OutputField element on query view specs.
Attribute | Value | Details |
---|---|---|
AllowMonthDayOnFuzzyDate | Boolean | Optional. Default value = "false". For fuzzy date fields, indicates if that month day is allowed. |
Caption | String | How the field will display in the application |
CaptionResourceKey | String | Optional. Indicates the resource key to use for the localized caption. |
Category | String | Optional. Used to group fields within a query |
CategoryResourceKey | String | Optional. Indicates the resource key to use for the localized category. |
DataType | String | Optional. Data type of the output field. Determines the formatting of fields in query results |
Format | String | Optional. Format string used to format a value according to its data type. |
IsDefaultOutput | Boolean | Optional. Indicates whether the field should be added to the ad-hoc query's output in the UI by default. |
IsEncryptedField | Boolean | Optional. Default value = "false". Indicates whether or not the field is encrypted. |
IsGroupByField | Boolean | Optional. Default value = "false". Indicates whether or not the field should be grouped in the parent as part of xml business process output. |
IsHidden | Boolean | Optional. Default value = "false". Indicates whether or not the field should appear in the query field list. |
IsImageKey | Boolean | Optional. Default value = "false". Indicates the value returned points to a resource file or form image. |
Name | String | Field name as returned by the SELECT statement. Should be in all CAPS |