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 PageBlock Linkage Rules
Next PageSorting Rules

#Field Linkage Rules

#Introduction

Field linkage rules allow for the dynamic adjustment of the state of fields in Form/Details blocks based on user actions. Currently, the blocks that support field linkage rules include:

  • Form Block
  • Details Block
  • Sub-form

#Usage Instructions

#Form Block

In a Form block, linkage rules can dynamically adjust the behavior of fields based on specific conditions:

  • Control field visibility (show/hide): Decide whether the current field is displayed based on the values of other fields.
  • Set field as required: Dynamically set a field as required or not required under specific conditions.
  • Assign value: Automatically assign a value to a field based on conditions.
  • Execute specified JavaScript: Write JavaScript according to business requirements.

#Details Block

In a Details block, linkage rules are mainly used to dynamically control the visibility (show/hide) of fields on the block.

20251029114859

#Property Linkage

#Assign Value

Example: When an order is checked as a supplementary order, the order status is automatically assigned the value 'Pending Review'.

20251029115348

#Required

Example: When the order status is 'Paid', the order amount field is required.

20251029115031

#Show/Hide

Example: The payment account and total amount are displayed only when the order status is 'Pending Payment'.

20251030223710

20251030223801