On Field Control Deactivate
When it is launched
The script is launched before a field stops being active.
The field that is going to be activated next is passed to the script as an input parameter. This parameter can be changed.
Parameters
| Name | Type | Access | Description |
|---|---|---|---|
| Context | IFieldControl | Read/write | The field being deactivated |
| NewActiveControl | IBoxedFieldControl | Read/write |
The field being activated.
|
| WasModified | bool | Read/write | Specifies whether the field was modified |
12.04.2024 18:16:02
Note: The property has null value if the field that is going to be activated belongs to another document.