Thursday 23 October 2014

How To Refresh The Application Object Directory (AOD) Cache

Here I'm sharing steps to refresh the Application Object Directory (AOD) cache.


This will clear cached application object information for all items in the application object tree (AOT) of Microsoft Dynamics AX.


-> Open the Microsoft Dynamics AX client.
-> Open the development workspace.
-> Click Tools > Caches > Refresh elements.

After the cache has been cleared, the Infolog displays a message indicating that AOD elements have been refreshed.



@ Rahul Talasila

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...