IRecordCheckResult
What it does
Represents the result of a check of a record in a data set (used during script checks).
Important! To enable script checks, enable the Check records using script option in the data set's properties.
Note. This object is not available on the Web Verification Station for checking rules locally.
Properties
Name | Type | Access | Description |
---|---|---|---|
CheckSucceeded | bool | Read/write. Can be changed even in scripts with read permissions only. | Indicates that the check succeeded and the record is valid. |
ErrorMessage | string | Read/write. Can be changed even in scripts with read permissions only. | Contains an error message and indicates that the record is invalid. |
4/12/2024 6:16:02 PM