Property reference

glide.request_manager.always_cancel

The glide.request_manager.always_cancel property specifies which pages can always be canceled during navigation. Admins should review this setting to ensure that critical pages are not inadvertently marked as cancelable, affecting user experience.

Default: home,sys_report_template Type: string Application: Global

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 defines a list of pages that are always treated as cancelable, allowing users to cancel transactions when navigating between them.
What area does it affect? Page Navigation Management
What does the default mean? The default value is "home,sys_report_template", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring user navigation or troubleshooting cancelation issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.request_manager.always_cancel
Sys ID 346a512137302000dada973ebebe5dec
Type string
Application Global
Default value home,sys_report_template
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.
Updated 2024-05-25 04:19:50

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... and new transaction are cancelable (both transactions have the setting sysparm_cancelable=true). • The original transaction is a member of the always cancelable allow list (the module is listed in the glide.request_manager.always_cancel system property) and the new transaction is cancelable (has the setting sysparm_cancelable=true). • Both the original and new transaction produce an auto-completer query in a reference field. Cancellation workflow The ...