- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2024 10:50 PM
Is the authorisation concept of the documents to be archived automatically adopted?
Do I have to create new ACLs?
Who can see archived records if I only activate and start an archive rule without doing anything to the authorisations?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2024 11:39 PM - edited ‎09-22-2024 11:40 PM
Hi @Meloper , archive tables (e.g. ar_problem) uses the ACLs of the source table (e.g. problem), so there is no need to create additional ACLs if sys property glide.security.enable_archive_table_acl is false. Otherwise you can create dedicated ACLs for archive tables. If there is no existing then it will use the ACLs of source table too.
Greets
Daniel
Please mark reply as Helpful/Correct, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2024 11:39 PM - edited ‎09-22-2024 11:40 PM
Hi @Meloper , archive tables (e.g. ar_problem) uses the ACLs of the source table (e.g. problem), so there is no need to create additional ACLs if sys property glide.security.enable_archive_table_acl is false. Otherwise you can create dedicated ACLs for archive tables. If there is no existing then it will use the ACLs of source table too.
Greets
Daniel
Please mark reply as Helpful/Correct, if applicable. Thanks!