Record Overview
A record is a row of data in a data table, representing a specific data entity. Each record contains the values of all fields defined in the table.
Record Operations
The system supports the following record operations:
- Create Record: Add a new data row
- View Record: Browse and search data
- Edit Record: Modify existing data
- Delete Record: Remove unnecessary data
- Batch Operations: Process multiple records simultaneously
Record Permissions
The operations on records are controlled by the permission system, and different roles may have different operation permissions:
- View permission
- Create permission
- Edit permission
- Delete permission