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.3K All Categories
- 70 General
- 11 Training
- 206 Installation / Setup
- 1.1K Flows
- 109 Rules
- 268 Administration
- 212 Portal
- 496 General Q & A
- 707 Forms
- 338 Reports
- 3 Designer Extensions
- 48 Example Flows
- 56 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 184 Pages
- 5 Process Mining
- New Features
- 182 Datastructures
- 69 Repository
- 228 Integrations
- 28 Multi-Tenant
- 27 SDK
- 81 Modules
- 57 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 130 Lunch And Learn Questions