glide.request_manager.always_cancel

ServiceNow property description:

When navigator loads a page, it adds a flag, sysparm_cancelable. If present, this transaction can be canceled if another page is requested with sysparm_cancelable from the same session. Pages in this list will always be treated as cancelable.

Attributes

  • Sys ID: 346a512137302000dada973ebebe5dec
  • Type: string
  • Application: Global
  • Default value: home,sys_report_template
AI Logo

AI generated property description:

The ServiceNow property `glide.request_manager.always_cancel` is used to manage the behavior of page transactions within the platform. When a page is loaded in the navigator, it adds a flag called `sysparm_cancelable`. This flag indicates that the transaction can be canceled if another page with the same flag is requested within the same session. The property ensures that pages listed in the `glide.request_manager.always_cancel` property are always treated as cancelable, regardless of their individual settings. This can help improve the user experience by preventing unnecessary processing of multiple page requests. For more details, refer to the documentation on adding sites to the always cancel whitelist.

Source

Related property: com.glide.request_manager.active