...
- records and fields that need to be temporarily retired
- Reference data
Trash can (button)
- this interaction type should be applied to all record types and certain fields
- this should act as a soft delete, and render the record/field as follows
- remove the record or field completely from view in the FE
- apply status “deleted” in the BE for audit purposes
- display the deletion in audit log against the relevant user/record
- Do not allow deletion where linked child records / fields
...