Notifications
Announcements
No record found.
Hello, is it possible to set a costum view on a List as fixed - so when the page is opened, BC use the custom view as the preferred view rather than the default view?
Thank you!
Tom
Do you mean to when we set filter so it should opened that view always? Its not possible it will always open the default view, but yes you can use page extension by doing some modifications while opening that page.
Otherwise you can save your view as
You can try using the property "SourceTableView".
SourceTableView = where(boolean01 = filter(true), "Select Type" = filter(Withdraw));
Number of Filters can be applied to list .
learn.microsoft.com/.../devenv-sourcetableview-pages-property
Hope this helps.
Hi,
If the page is custom, you can use the SetRange or SetFilter method on the OpenPage trigger to set the custom filter.
For system tables, you'll need to make an extension of that page and use the same method mentioned above. This should solve your problem.
Regards.
Hi, as far as I know, standard can't do it as of now. Unlike other D365 products, there is no function to set it as Default.
If it is customized, it can be done. The following is a related simple example, hoping to give you some hints.
https://yzhums.com/8427/
Thanks.
ZHU
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 2,362
YUN ZHU 867 Super User 2025 Season 2
Sumit Singh 607