ValueStatus constants
The ValueStatus constants identify the status of a field.
| Constant | Value | Description |
|---|---|---|
| _HAS_NO_VALUE | 1 | The field has no value set. |
| _HAS_VALUE | 2 | The field has a value. |
| _VALUE_NOT_AVAILABLE | 3 | The current state of the field prevents it from returning a value. |