(Un)delete Cascade
Introduction
When (un)deleting an object apply the following rules and validation. Multiple cascade options can be active for a record type.
Cascade Options Delete
Logically delete
Cascade Option | Describe | Technical Type | Record Types |
---|---|---|---|
None | No rules |
| Record |
Cannot have non-deleted children |
|
| Classification, Series |
Adopt children by grandparent |
|
| Mh2Collection |
Cascade to all (grand)children |
|
| Media |
Permanently delete
Cascade Option | Describe | Technical Type | Record Types |
---|---|---|---|
None | No rules |
| Record, Classification, Series, Mh2Collection |
Cascade to all (grand)children |
|
| Media |
Under The Hood
The asynchronous deletion is done using a new batch action.
Â
Cascade Options Undelete
Cascade Option | Describe | Technical Type | Record Types |
---|---|---|---|
None | No rules |
| Record, Classification, Series, Mh2Collection |
Cascade to all (grand)children Cascade to all (grand)parents up to records with record structure Classification (excluded) |
|
| Media |
Under The Hood
The asynchronous restore of (grand)children is done using a new batch action.