Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enforces cross-scope checks in Service Portal forms, preventing unauthorized access to resources across different application scopes. |
| What area does it affect? |
Service Portal 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 application scopes or troubleshooting access issues in Service Portal. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.service_portal.enforce_cross_scope_check_in_form |
| Sys ID |
78f77e57a3001210648cdc1e26fcdaee |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
|
| Updated |
2024-08-21 09:26:06 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... respective companies with which they are associated. 405 In Yokohama and later releases, queries enforce cross scope privilege checks on the table before reading the given sys_id information. When the glide.service_portal.enforce_cross_scope_check_in_form property is set to the recommended value of true, cross scope privilege checks are enforced on the table. When set to false, the cross-scope privilege check isn’t enforced. Set the ...
Context preview
Snippet 2
... form widget validates access to the table by checking for the necessary cross-scope privileges when fetching data from the table. To turn off validating cross-scope privileges, you can set the glide.service_portal.enforce_cross_scope_check_in_form system property to false. For more information, see Service Portal properties. view or v View used to display the record. In the following example, the URL would display an incident ...
Related properties