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 boolean property determines whether the Request Manager can cancel previous transactions marked as sysparm_cancelable, affecting transaction management. |
| 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 configuring transaction workflows or troubleshooting cancellation issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.request_manager.cancel_other_transaction |
| Sys ID |
b868545537302000dada973ebebe5d4d |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Allows Request Manager to cancel previous transactions that are marked with the flag sysparm_cancelable |
| Updated |
2024-05-25 04:03:37 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... countries. Other company names, product names, and logos may be trademarks of the respective companies with which they are associated. 502 Cancel navigation actions Navigation cancellation system properties Property Description glide.request_manager.cancel_other_transaction Enables or disables automatic cancellation behaviors. When true, users can cancel one navigation action with another navigation action. Type: true | false Default value: true Location: sys_properties table © 2026 ...
Related properties