This article is based on the ServiceNow support article. See the original article on the ServiceNow support site: ServiceNow HI: Client Generated Scripts Sandbox.
Checks conditions on UI actions before execution. When it is set to true, it will add an extra layer of validation using UI actions on the table before the form gets rendered in the browser.
Check UI Conditions Before Execution | |
---|---|
Property Name | glide.security.strict.actions |
Configuration Type | System Properties (/sys_properties_list.do) |
Purpose | To ensure an added layer of verification of UI Actions before presenting the form in the browser. |
Requirement | Mandatory |
Recommended Value | True |
Default Behavior | Set to true |
Revertible behavior | N/A |
Role required | Security_admin |
Release Version | Fall 2009 |
Functional Impact | (Low) This remediation only adds an extra layer of validation to check for UI actions on the target table/page on the instance. As long as the Access controls are set appropriately on the customer instance, there should not be an impact here. |
Security Risk | (Medium) Access request should always be checked when transactions happen between two zones. This operation validates any UI actions before the form is rendered to the end user. |
Workaround | No alternate method available. |