Announcements
No record found.
setFilter} on open page
Currently, Business Central does not support opening the “Views” pane by default on list pages through AL code or page properties. The filter pane (Views section) only becomes visible after the user manually expands it.
There’s no supported event or page trigger to force it open at page load. The only workaround is educating users to pin the filter pane manually (it remembers the state per user), or explore a JavaScript add-in or client-side customization, but that would be unsupported and not recommended.
✅ Mark this answer as verified if it helps you.
urrPage.<Record>.SETRANGE(...)
OnOpenPage()
OnAfterGetRecord()
Hi RK,
One that many BC developers bump into when trying to streamline user experience. You're spot-on: while you can define and apply views using AL, there’s currently no supported way to force the “Views” pane (filter pane) to open by default when a list page loads.
Here’s what’s possible and what’s not:
views {}
SETRANGE
SETFILTER
SetView
Helpful Resources Views in BC – Microsoft Learn Set the default view/layout for a list page – Dynamics 365 Lab If you find this helpful, feel free to mark this as the suggested or verified answer. Cheers Jeffrey
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 2,005 Super User 2026 Season 1
YUN ZHU 1,148 Super User 2026 Season 1
Khushbu Rajvi. 557 Super User 2026 Season 1