IActionPayload Interface Properties
- Last UpdatedApr 08, 2026
- 2 minute read
For a list of all members of this type, see IActionPayload members.
| Name | Description | |
|---|---|---|
![]() | Field | The field name that was changed. |
![]() | FieldType | The datatype of the field that was changed. |
![]() | FieldTypeName | The name of the field type. |
![]() | IsKey | Indicates whether the field changed is a key field for the record. |
![]() | KeyFieldValue | The record key field value. |
![]() | NewValue | The value of the field after the change. NOTE: During an uninstall this will be the value that the data will be changed from. |
![]() | OldValue | The value of the field before the change. NOTE: During an uninstall this will be the value that the data will be changed to. |
![]() | Table | The table that was changed. |
