Announcements
Hi,
On click of F5 ( form refresh), will form data source research be called.
Thanks.
refresh in D365FO should just refresh and get latest data
Refresh on browser would load the form again and should be like research
Hi Divya,
What do you mean with "will form data source research be called"? Can you share more information?
I would like to know if pressing F5(form refresh) will call formdatasource.research() method.
Refresh (): Using any content in the form cache stored in the records of that particular data source, the records in the database will not be re-read.
So it doesn't call research (), but you can combine them to achieve the desired results.
Pressing F5 or clicking the browser refresh button will reload the entire page/ form and one of the methods that will be executed is the datasource executeQuery method.
The datasource research method is usually called from code to reload the records of the datasource but keeping the current filter if there is any.
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 a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.