Print Data Table Record
Overview
Print a single record in the form of a form
Parameter Configuration
| Parameter | Description |
|---|---|
| Data Table | The data table module to which the record belongs |
| Hidden Fields | List of fields hidden in the print form |
| Title | The title of the pop-up window |
| Record ID | The ID of the record to be printed. Context variables can be obtained using expressions to specify dynamically |
Usage Scenarios
- The form page uses custom controls to print data from the current form page
- Custom controls that obtain records based on context and print the form data of the records

