Property reference

glide.ui.view_rule.check_after_nav_handler

The glide.ui.view_rule.check_after_nav_handler property determines whether view rules are applied when a navigation handler for the same table does not perform any action. Admins should consider this setting to ensure that view rules function correctly in scenarios where navigation handlers are present but inactive.

Default: true 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 enables the application of view rules if a navigation handler on the same table does not execute any operations.
What area does it affect? View Rules Configuration
What does the default mean? The default value is "true", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring navigation handlers and view rules to ensure desired behavior.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.view_rule.check_after_nav_handler
Sys ID bb8de59e8d30021087de63ac7f1f00c2
Type string
Application Global
Default value true
Description Apply View Rules if a Navigation Handler on the same table does nothing
Updated 2024-05-25 04:35:16

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... Other company names, product names, and logos may be trademarks of the respective companies with which they are associated. 549 Run navigation handlers before or after view rules Use the glide.ui.view_rule.check_after_nav_handler system property to control the order in which view rules and navigation handlers are applied. Set the property value to True to process view rules after navigation handlers. If the ...