Arguments that needs to be passed when enforcing a view rule to an application module.Issue Usually, customers tend to implement view rules on various tables which enforces the view to be enforced on the specific form when a user opens the record. Sometimes, the requirement is such that a view rule needs to be enforced when a user clicks on a specific module but should not be applied to entire table. In all such cases, we need to use certain arguments in the 'Link Type' tab on the "sys_app_module" record.Resolution1) Open to the specific module (sys_app_module) record which needs to be updated.2) Go to "Link type" tab and make sure you select the following: Link type: Single RecordTable: <table_name>View name: <name_of_the_view>Arguments: sysparm_view_forced=trueRelated LinksDoing the above on the module level, would enforce the view, and disable the user from switching to a different view as long as the user is in the specific URL.