Field verification request
What it does
This script allows you to specify which fields will not be submitted to the context verification. Can be used to verify different fields at different processing stages.
The input parameters for the script are a field and a document.
When it is launched
The script is applied to all fields before they are submitted to the context verification. For the fields which skip the context verification, the script is not executed.
Parameters
Name | Type | Access | Description |
---|---|---|---|
Document | IDocument | Read-only | The document that contains the field |
Field | IField | Read-only | The field being checked |
NeedVerification | IBoxedBoolean | Read/write | Specifies whether to verify the field. If the value is set to false, the field is not verified. |
12.04.2024 18:16:02