ScreenModifiableFields
These are the fields that can be modified on the UI Screen endpoint.
Whether the user is allowed to customize the settings for this screen.
true
fields object[]
The fields that are available on this screen.
The default tooltip for the field shown when hovering over the field label.
The name of the Accrual.
The database ID for the instance of the configured field within the screen. This is a generated value (not fixed).
34
If this field represents a Custom Field, this is the ID of the Custom Field Type.
null
The hardcoded identifier for the field within the screen. These are unique within the screen, but not across different screens.
id_user_properties.fullname
The internal database ID for the configured field, if this is a global settings field.
34
The unique identifier for the screen that this field belongs to.
accruals
Whether the field is a boolean field, which will be displayed as a "Yes" or "No" value in the column.
false
Whether the field is a Custom Field.
false
Whether the field is a date-time field, which will be displayed as a formatted date-time value in the column.
false
Whether the field is a numeric field, which will be displayed as a formatted number in the column.
false
Whether the field is a percentage field, which will be displayed as a formatted percentage value in the column.
false
Whether the field is automatically truncated when displayed in the search results; the full value can be seen in the tooltip.
false
Whether the field is a URL field, which will be displayed as a clickable link in the column.
false
The key for the field, which is used to identify the field in the
search results and in the API.
Same as id_field
.
id_user_properties.fullname
The label to show for this field in the management screen search results.
Owner Name
The order in which this field should be displayed in the search results.
1
properties object
Additional extended properties of the field.
Whether the field is searchable in the search panel area on the management screen.
true
Whether the field is sortable in the search results.
true
Label of the database table that stores field settings.
Field Config (global)
The name of the database table that stores the field settings.
fields_config_global
The tooltip to show for this field in the management screen search results.
The full name of the owner of this Accrual.
{
"allow_customize": true,
"fields": [
{
"default_tooltip": "The name of the Accrual.",
"id": "34",
"id_attr_type": null,
"id_field": "id_user_properties.fullname",
"id_field_global": "34",
"id_screen": "accruals",
"is_boolean": false,
"is_custom_field": false,
"is_datetime_float": false,
"is_numeric": false,
"is_percent": false,
"is_truncated": false,
"is_url": false,
"key": "id_user_properties.fullname",
"label": "Owner Name",
"ordering": 1,
"properties": {},
"searchable": true,
"sortable": true,
"table_label": "Field Config (global)",
"tablename": "fields_config_global",
"tooltip": "The full name of the owner of this Accrual."
}
]
}