Data set validation scripts
What it does
This script checks and validates records in a data set. It is run individually for every record that needs to be checked. To enable checks that use scripts, enable the Check records using scripts in the properties dialog box of a data set and click Edit... to create a validation script.
Parameters
Name | Type | Access | Description |
---|---|---|---|
Record | IDataSetRecord | Read-only | Represents a record from the data set. |
Result | IRecordCheckResult | Read/write | Represents the check result. |
Script validation occurs when:
- A data set is updated
- A data set is checked manually in its properties dialog box
- When a record is manually added to the data set or an existing record is edited manually in the data set editing dialog box of the Document Definition Editor.
12.04.2024 18:16:02