glide.ui.view_rule.check_after_nav_handler

ServiceNow property description:

Apply View Rules if a Navigation Handler on the same table does nothing

Attributes

  • Sys ID: bb8de59e8d30021087de63ac7f1f00c2
  • Type: string
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.ui.view_rule.check_after_nav_handler` determines whether view rules should be applied if a navigation handler on the same table does not perform any action. According to the documentation, navigation handlers are scripts that can dynamically determine the view to be used when a user navigates to a record. If this property is set to true, the system will check and apply view rules after the navigation handler has executed and found no applicable view. This ensures that view rules are still considered even if the navigation handler does not alter the view. This property is useful for maintaining consistent view behavior in scenarios where navigation handlers are in place but may not always dictate the view.

Source

Related property: glide.ui.url.external