Long filters on report page break on list view (because tiny URL not supported)Issue - customer created a report on sn_customerservice_case that included a long filter - after running the report, 15 records were found, see below: - after Customer selects the clickable 15, (s)he is redirected to sn_customerservice_case list view where instead of seeing 15 entries reported on previous page, (s)he sees all entries from sn_customerservice_case; the URL contains sysparm_tiny argument: CauseThe cause of this issue is that glide.use_tiny_urls system property is not enabled.Resolution- in Filter navigator, go to sys_properties.list - in Name column, type glide.use_tiny_urls - double-click false Value for glide.use_tiny_urls, and change it to true - save