VerificationStatus
Description
The VerificationStatus enum is used to build up a verification bit flag value to indicate multiple statuses of Field/Parameter verification.
As the Rules Engine and HITL users verify fields, certain flags are set based on the operations and results of the verification process.
Members
Name | Value | Description |
---|---|---|
Required | 1 | Verification on a field/document is required. |
Susicious | 2 | Suspicious field value. Verification is required to clear this flag. |
DefaultUsed | 4 | Default value is used for the parameter. |
Verified | 8 | This field value has been verified by a user. |
Bypassed | 16 | The verification has been bypassed by the Rules Engine. |
Error | 32 | An error occurred during verification. |
Done | 64 | The verification is done. |
Success | 128 | The Rules Engine verified the field successfully. |
RangeProblem | 256 | The value does not fall within specified ranges (minimum and maximum values). |
IsValid | 512 | The field value is valid based on the Rules Engine's configuration, typically used with Anchor fields. |
Warnings | 1024 | Not in use. |
Service | 2048 | A Verification Service has been invoked to help with verification. |
Training | 4096 | This field is used for training purposes |
Scripted | 8192 | This field has been verified through a Custom Code script. |
Deleted | 16384 | The field has been deleted. |