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 configures the time delay before displaying the Transaction Cancel button for transactions that exceed a specified duration. |
| What area does it affect? |
Transaction Management |
| What does the default mean? |
The default value is "15", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when optimizing user experience for transaction handling. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.transaction.long_response.time |
| Sys ID |
45bcb093c0a80167001fe2e73db2b6a0 |
| Type |
integer |
| Application |
Global |
| Default value |
15 |
| Description |
Delay in seconds before the Transaction Cancel button is displayed for a long-running transaction |
| Updated |
2024-05-25 04:40:39 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 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 a long-running transaction. Navigate to All > System Properties > UI Properties and locate the field labeled Delay in seconds ...
Related properties