logologo
Get Started
Guide
Development
Plugins
API
English
简体中文
Get Started
Guide
Development
Plugins
API
English
简体中文
logologo
Overview

Blocks

Overview

Data Blocks

Table
Form
Details
List
Grid Card
Chart

Filter Blocks

Form

Other Blocks

Action Panel
Iframe
Reference block
Markdown
JS Block

Block Settings

Data Scope
Layout
Block Linkage Rules
Field Linkage Rules
Sorting Rules
Block Deletion
Block Title

Fields

Overview

Generic Settings

Table Column
Detail Form Item
Filter Form Item
Form Item

Specific Settings

Date
File Manager
Sub-form
Select
Picker
Sub-table
Sub-detail
Title
JS Field
JS Item
JS Column

Field Settings

Default Value
Field Label
Show Label
Field Tooltip
Data Scope
Field Component
Number Format
Pattern
Required
Title Field
Validation Rules
Association Field

Actions

Overview

Action Settings

Edit Button
Double Check
Assign Values
Bind Workflow
Edit Popup
Action Linkage Rules

Action Types

Add New
View
Delete
Edit
Import
Import Pro
Export
Export Pro
Export Attachments
Filter
Link
Pop-up
Refresh
Submit
Trigger Workflow
Update Record
Bulk Update
JS Action
Action Permissions

Advanced

Linkage Rules
Event Flow
Variables
RunJS
Previous PageJS Block
Next PageLayout

#Set Data Scope

#Introduction

Setting a data scope means defining default filter conditions for a block. Users can flexibly adjust the data scope according to business needs, but regardless of any filtering operations performed, the system will automatically apply this default filter condition, ensuring the data always remains within the specified scope's limits.

#User Guide

20251027110053

The filter field supports selecting fields from the current collection and associated collections.

20251027110140

#Operators

Different types of fields support different operators. For example, text fields support operators like equals, not equals, and contains; number fields support operators like greater than and less than; while date fields support operators like is within and is before a specific date.

20251027111124

#Static Value

Example: Filter data by the order "Status".

20251027111229

#Variable Value

Example: Filter order data for the current user.

20251027113349

For more on variables, see Variables