ScreenChoicesField
Describes an available built-in field available as a search results field on a management screen.
The default label for the field.
Accrual NameThe default tooltip for the field shown when hovering over the field label.
The name of the Accrual.The type of the field. Direct fields are fields that are directly on the main table. Extended fields are fields that are on a related table.
Possible values: [direct, extended]
directThe hardcoded identifier for the field within the screen.
These are unique within the screen, but not across different screens.
(Same as id_field.)
pnameThe hardcoded identifier for the field within the screen.
These are unique within the screen, but not across different screens.
(Same as id.)
pnameThe unique identifier for the screen that this field is on.
accrualsWhether the field is a boolean field, which will be displayed as a "Yes" or "No" value in the column.
falseWhether the field is a percentage field, which will be displayed as a formatted percentage value in the column.
falseWhether the field is automatically truncated when displayed in the search results; the full value can be seen in the tooltip.
falseWhether the field is a URL field, which will be displayed as a clickable link in the column.
falseThe description to show for this field in the Field Modification screen (the UI adjustment screen). This does not appear on the actual management screen.
Accrual NameThe tooltip to show for this field in the Field Modification screen (the UI adjustment screen). This does not appear on the actual management screen.
The name of the Accrual.Whether the field is a numeric field, which will be displayed as a formatted number in the column.
falseWhether the field is required to be present on the management screen.
falseWhether the field is searchable in the search panel area on the management screen.
trueIf set, this is an alternate field to use for sorting the search results when this field is selected for sorting.
Whether the field is sortable in the search results.
true{
"default_label": "Accrual Name",
"default_tooltip": "The name of the Accrual.",
"field_type": "direct",
"id": "pname",
"id_field": "pname",
"id_screen": "accruals",
"is_boolean": false,
"is_percent": false,
"is_truncated": false,
"is_url": false,
"mod_label": "Accrual Name",
"mod_label_tooltip": "The name of the Accrual.",
"numeric": false,
"required": false,
"searchable": true,
"sort_by_field": "string",
"sortable": true
}