Property reference

glide.security.strict.updates

The glide.security.strict.updates property ensures that security checks are performed on inbound transactions during form submissions. This property is crucial for maintaining data integrity and security, especially when handling sensitive information.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? It enforces strict security validation for inbound transactions during form submissions, ensuring that user permissions are verified.
What area does it affect? Form submission security
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring security settings or troubleshooting form submission issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.security.strict.updates
Sys ID 52276a9b0a0a0b6b00a2f9e59d8cb959
Type boolean
Application Global
Default value true
Description Double check security on inbound transactions during form submission (rights are always checked on form generation)
Updated 2024-05-25 04:02:01

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... get into production. sn_SE10161 1 Act Inbound transactions should be validated twice Access request should always be checked when transactions happen between two zones. Either update the value of the glide.security.strict.updates system property to true OR insert this system property with a value of true. Documentation sn_SE10162 1 Act UI Action conditions should be validated before execution Access request should always ...
Documentation excerpt View supporting context
Context preview Snippet 2
... are associated. 83 • Type: true | false • Default value: true • Location: Add the property to the System Property [sys_properties] table. glide.security.checkacl.before.setvalue Controls how the high security setting glide.security.strict.updates processes ACLs. When true, the instance checks ACL rules for all columns before applying any updates to a row. When false, the instance applies ACL rules as each column is ...
Documentation excerpt View supporting context
Context preview Snippet 3
... <blank> ◦(New‎ Property provides an extra layer of security on form submission / field updates by ensuring only users with the proper permissions are allowed to update a form. If "glide.security.strict.updates" is not set to the recommended value of "true", then updates are not strict meaning they are able to modify fields visible to them regardless of whether they have the ...