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 enables the cancellation of long-running transactions by users, enhancing control over ongoing processes. |
| What area does it affect? |
Transaction Management |
| 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 assessing user control over transaction processes or troubleshooting performance issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.request_manager.active |
| Sys ID |
e40502720a0a0b67000355a1c8ba5ed2 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Let users cancel long running transactions |
| Updated |
2024-05-25 04:07:15 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... For more information about transaction quotas, see Transaction quotas. Properties for transaction cancellation Administrators can configure the behavior of the transaction cancellation capability using the following properties. Property Definition Location com.glide.request_manager.active Let users cancel long-running transactions (enabled by default). Open the sys_properties table by navigating to All and entering sys_properties.list. glide.ui.transaction.long_response.time Delay in seconds before the cancel transaction button appears for ...
Related properties