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.
truefields 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).
34If this field represents a Custom Field, this is the ID of the Custom Field Type.
nullThe hardcoded identifier for the field within the screen. These are unique within the screen, but not across different screens.
id_user_properties.fullnameThe internal database ID for the configured field, if this is a global settings field.
34The unique identifier for the screen that this field belongs to.
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 Custom Field.
falseWhether the field is a date-time field, which will be displayed as a formatted date-time value in the column.
falseWhether the field is a numeric field, which will be displayed as a formatted number 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 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.fullnameThe label to show for this field in the management screen search results.
Owner NameThe order in which this field should be displayed in the search results.
1properties object
Additional extended properties of the field.
Whether the field is searchable in the search panel area on the management screen.
trueWhether the field is sortable in the search results.
trueLabel of the database table that stores field settings.
Field Config (global)The name of the database table that stores the field settings.
fields_config_globalThe 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."
}
]
}