Navigation action cancellation
Summarize
Summary of Navigation Action Cancellation
The Request Manager in ServiceNow enables users to cancel navigation actions by selecting another link in the application navigator. This feature enhances user experience by allowing cancellation of slow-loading transactions without waiting for them to finish.
Show less
Key Features
- Cancellation Conditions: A transaction can be canceled if both the original and new transactions are marked as cancelable, or if the original transaction is part of the always cancelable list and the new one is also cancelable.
- System Properties:
- glide.requestmanager.cancelothertransaction: Enables or disables automatic cancellation (default: true).
- glide.requestmanager.alwayscancel: Lists URIs that can always be canceled, typically read-only data (default: home,sysreporttemplate).
- glide.requestmanager.cancelreferencecompleter: Cancels previous queries in reference fields when new input is entered (default: true).
Key Outcomes
By utilizing these features, ServiceNow customers can improve navigation efficiency and user satisfaction. Administrators can control cancellation actions based on user needs, add items to the always cancel list, and prevent specific module transactions from being canceled as necessary.
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.