Navigation action cancellation
Summarize
Summary of Navigation Action Cancellation
The Request Manager in ServiceNow enables users to cancel navigation actions by clicking another link in the application navigator. This feature is particularly useful for managing slow-loading transactions, allowing users to switch tasks without waiting for the initial action to complete.
Show less
Key Features
- Cancellation Conditions: A transaction can be canceled if either:
- Both the original and new transactions are cancelable (sysparmcancelable=true).
- The original transaction is in the always cancelable list and the new transaction is cancelable.
- Both transactions trigger an auto-completer query in a reference field.
- System Properties: Key properties control navigation cancellation:
- glide.requestmanager.cancelothertransaction: Enables users to cancel one navigation action with another (default: true).
- glide.requestmanager.alwayscancel: Lists URIs that can always be canceled (default: home,sysreporttemplate).
- glide.requestmanager.cancelreferencecompleter: Cancels a query in a reference field when more input is entered (default: true).
Key Outcomes
By leveraging these features, ServiceNow customers can enhance the user experience by allowing seamless navigation between tasks, thereby improving efficiency and reducing frustration during slow transactions. Administrators can manage user cancellation behaviors and customize the always cancel list to suit organizational needs, ensuring optimal workflow control.
The Request Manager allows users to cancel any navigation action they select from the application navigator by clicking another application navigator link. System properties work with settings for the table to allow navigation action cancellation.
This allows users to cancel slow loading transactions without having to wait for the previous transaction to complete.