Disable GlideRecord Scope Fencing Legacy Behavior
The glide.record.legacy_cross_scope_access_policy_in_script property disables scope fencing allowing scoped apps to access global script interfaces. It was created as a patch to GlideRecord's cross scope access.
GlideRecord provided cross scope create/update access to tables that were not configured with that level of access. In order to prevent customers from having applications broken when this scoped access behavior was patched, the property glide.record.legacy_cross_scope_access_policy_in_script was created. When set to true, cross scope access falls back onto legacy behavior (insecure). This property disables scope fencing, allowing scoped apps to access global script interfaces.
Set the glide.record.legacy_cross_scope_access_policy_in_script system property to false. When not present in the System Properties [sys_properties] table, the default value is true.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.record.legacy_cross_scope_access_policy_in_script |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | false |
| Default value | <none> |
| Fallback value | true |
| Category | Architecture, design, and threat modeling |
| Security risk |
|
| Functional impact | None |
| Dependencies and prerequisites | None |