Archiving Settings Questions
we wanted to get confirmation on a few questions regarding archiving settings.
- Is there any way to recover what has been deleted following archiving?
- Is there any way to see what has been deleted following archiving?
- Could an archived type without a specified type name potentially cause issues/override the default archiving days?
- Is there a query we can run to get a list of every table which utilizes archiving?
- What controls the archiving/deletion of specifically the audit_entity table records? We have had our archive settings to 30 days since june of 2021, but have also retained all audit_entity records since 2021.
Comments
-
- After an archived entity has been deleted, there's no way to recover it. See: Archive Entities
- There shouldn't be any way to see what has been deleted, since there's no way to recover the deleted entities.
- This could potentially cause issues as specifying an archive setting without specifying the type is not the intended behavior. In newer versions, it shouldn't be possible.
- If by utilizing archiving, you mean entities that are able to be archived, then the answer would be all entities since all entities are archivable by default. If you want to see all archived items, you can use the query below in the query editor. See: Query Editor
- It seems like the table is not automatically archived since the table doesn't have an archived column. If you're worried about the table being filled up, you can manually truncate it and limit what you audit. For more information on auditing, see: Enabling Auditing
Q4 query:
SELECT * FROM entity_header_data
WHERE archived = 1;
Howdy, Stranger!
Categories
- 4.2K All Categories
- 66 General
- 11 Training
- 202 Installation / Setup
- 1.1K Flows
- 106 Rules
- 262 Administration
- 212 Portal
- 490 General Q & A
- 695 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 52 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 179 Pages
- 5 Process Mining
- New Features
- 179 Datastructures
- 69 Repository
- 221 Integrations
- 28 Multi-Tenant
- 27 SDK
- 78 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 83 Lunch And Learn Questions