glide.security.enable_archive_table_acls

ServiceNow property description:

When the property is set to true, any active 'read' ACLs on archive tables will be honored. If no active 'read' ACLs exist or the property is set to false, the original table's (table from which data was archived) ACLs will apply to the archive table. Note: only read ACLs are supported on archive tables. Other operations on archive tables are governed internally via an Access Handler.

Attributes

  • Sys ID: c0dd6b247331330012dfc7a18af6a71e
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.security.enable_archive_table_acls` determines how access control lists (ACLs) are applied to archive tables. When this property is set to true, any active 'read' ACLs specifically defined for the archive tables will be enforced. If no active 'read' ACLs are present or if the property is set to false, the system will default to using the ACLs from the original table from which the data was archived. It is important to note that only 'read' ACLs are supported for archive tables. Other operations on archive tables, such as create, update, or delete, are managed internally by an Access Handler.

Source

Related property: glide.security.granular.create