glide.request_manager.cancel_other_transaction

ServiceNow property description:

Allows Request Manager to cancel previous transactions that are marked with the flag sysparm_cancelable

Attributes

  • Sys ID: b868545537302000dada973ebebe5d4d
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.request_manager.cancel_other_transaction` allows the Request Manager to cancel previous transactions that are marked with the flag `sysparm_cancelable`. According to the documentation, this property is useful in scenarios where multiple transactions are initiated, but only the most recent one should be processed. When enabled, it ensures that any ongoing transactions that are marked as cancelable are terminated in favor of the latest request. This helps in optimizing system performance and user experience by preventing unnecessary processing of outdated transactions. The property is particularly relevant in environments with high user interaction and frequent form submissions.

Source

Related property: glide.request_manager.cancel_reference_completer