Tree View Overview

Icon

Behavior

  • Tree view fields can be enabled for an instance in the License tab in the cloud manager. Please contact support to do this for you.

  • Its a view only field.

  • The administrator who creates the field defines the filter.

  • You cannot edit the field in single or batch edit mode.

  • The field can be added to Layer, List and Virtual Schemas.

  • The field must reference a single or multitagbox field

  • You cannot select tree view fields in advanced filter editors or add them as sorting fields. Tree view fields will not show up in the List Item Browser.

Limitation

Tree View Fields are not editable - neither in Single nor in Batch Editor!

The field is therefore also not available in filters or search.

The content shown in the field depends on the field filter configuration.

Examples

Display & Handling

Liquid Syntax

Everything from the liquid syntax is supported in this filter including loops, variables etc.

Permissions

Tree View Value Handling

This is just a view; no values can be extracted from business rules or in display patterns.

Dynamic View Field Settings

Name

ID

Levels

You can add a filter here to create your tree. In the below case for a tree with recursion false based on three tagbox fields for year month and day.

[
    {
        "fieldId": "year"
    },
    {
        "fieldId": "month"
    },
    {
        "fieldId": "day"
    }
]