glide.record.legacy_cross_scope_access_policy_in_script
Attributes
- Sys ID: 9e52826587120300cf2d5fb736cb0b7f
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.record.legacy_cross_scope_access_policy_in_script` is used to control the enforcement of cross-scope access policies within scripts. According to the provided documentation, this property determines whether the legacy behavior for cross-scope access is maintained or if the new, stricter enforcement rules are applied. When set to true, the system allows scripts to access records across different application scopes without the new restrictions. Conversely, setting it to false enforces the new cross-scope access policies, which are designed to enhance security by restricting unauthorized access between application scopes. This property is particularly relevant for instances that need to maintain backward compatibility with older scripts while transitioning to more secure practices.
Source