Thursday, March 25, 2021

D365 Finance & Operations : Clearing cache to refresh the data in tables and forms

 Recently we came across a problem where the data in the tables is not getting refreshed with the updated data (especially in master tables such as Customers, Vendors, items etc.,) . This normally happens when you have a large implementation and there are more than 10 AOS. Since D365 FO is a web based ERP it uses techniques for data caching to retrieve the data faster.


To overcome this problem, open a new tab in the browser (in the same browser where you FO instance is open) and type the below url (replace the underlined portion with your FO url). Once this is done, the caching issue should be resolved.

https://<D365FO url>/?mi=SysclassRunner&cls=SysFlushData

1 comment: