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 requires conditions for UI actions to be validated before execution, rather than just during form rendering, improving security measures. |
| What area does it affect? |
UI Actions |
| 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 adjusting security settings or troubleshooting UI action behavior. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.security.strict.actions |
| Sys ID |
8126cc35c0a8006e25ce0c2a378878fc |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Check conditions on UI actions before execution, normally the conditions are only checked during form rendering |
| Updated |
2024-05-25 04:34:22 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Documentation sn_SE10162 1 Act UI Action conditions should be validated before execution Access request should always be checked when transactions happen between two zones. Either update the value of the glide.security.strict.actions system property to true OR insert this system property with a value of true. Documentation sn_SE10163 1 Act Performance Monitoring ACL should be enabled Sensitive data such as server details, ...
Context preview
Snippet 2
... value of glide.sc.req_for.roles is empty, then any user can request items for other users allowing unauthorized resource access. Check UI action conditions before execution • Description ◦(Old <blank> ◦(New If "glide.security.strict.actions" is not set to the recommended value of "true", then there will be no validation on the table UI before execution. Setting this property to secure value will add an ...
Related properties