Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Enforce Scope Access Controls on New Tables

Use a system property to enforce cross-scope access checks for newly created tables.

The table dictionary attribute enforce_dot_walk_cross_scope_access=true enforces dot-walk cross-scope access enforcement for the applicable table. This enforcement applies to dot-walking across scope boundaries using a reference field to the applicable table. When the glide.script.dot_walk.add_attribute_on_table_create system property is not set to false, the attribute is added to the dictionary element of all new tables. This attribute is only added for new tables created after zBoot.

Ensure that the glide.script.dot_walk.add_attribute_on_table_create system property set to true in the System Properties [sys_properties] table.

More information

AttributeDescription
Configuration nameglide.script.dot_walk.add_attribute_on_table_create
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default valuetrue
Fallback valuenull
CategoryAccess control
Security risk- Severity score: 5.3 - CVSS score: Medium - Security risk details: An application can access data in tables outside of it's application scope, leading to information disclosure.
Functional impactCross-scope access checks are enforced by default for newly created tables. This prevents applications from accessing data outside their scope through a bypass. The behavior could be turned off on a table-by-table basis.
Dependencies and prerequisites 

Parent Topic:Access control